tauri/tooling/cli/templates/plugin/backend/examples/vanilla/package.json
2022-06-15 13:53:44 -03:00

15 lines
256 B
JSON

{
"name": "app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"@tauri-apps/cli": "^1.0.0"
}
}