1
1
mirror of https://github.com/tauri-apps/tauri.git synced 2024-12-28 21:45:00 +03:00
tauri/tooling/cli/templates/plugin/__example-basic/vanilla/package.json
2023-02-16 12:24:49 -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"
}
}