Files
archived-tauri/examples/helloworld/package.json
2022-02-10 17:23:10 -03:00

7 lines
121 B
JSON

{
"name": "hello-world",
"version": "1.0.0",
"scripts": {
"tauri": "node ../../tooling/cli/node/tauri.js"
}
}