You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/plugins/single-instance/examples/emit-event/package.json

15 lines
229 B

{
"name": "emit-event",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"tauri": "tauri"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@tauri-apps/cli": "^1.0.0"
}
}