tauri/tooling/cli.rs/templates/plugin/backend/examples/vanilla/package.json

15 lines
264 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-beta.10"
}
}