Files
tauri-plugins-workspace/examples/vanilla/package.json
T
amrbashir 02a59015f7 init
2022-05-01 13:16:13 +02:00

15 lines
261 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-rc.0"
}
}