tauri/tooling/cli/templates/plugin/__example-basic/vanilla/package.json

15 lines
256 B
JSON
Raw Normal View History

{
"name": "app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
2022-06-15 19:53:44 +03:00
"@tauri-apps/cli": "^1.0.0"
}
}