Files
tauri-plugins-workspace/plugins/single-instance/examples/vanilla/package.json
T
2023-01-11 11:57:08 +01: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"
}
}