-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 982 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "electron-remote-control",
"version": "1.0.0",
"description": "electron远程控制",
"main": "main",
"scripts": {
"dev": "ELECTRON_DISABLE_SECURITY_WARNINGS=true electron .",
"build": "NODE_ENV=production electron-builder -mw",
"build:win": "NODE_ENV=production electron-builder -w",
"build:mac": "NODE_ENV=production electron-builder -m",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "luzhongk@126.com",
"license": "ISC",
"build": {
"productName": "远程控制计算机",
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true,
"runAfterFinish": true
}
},
"devDependencies": {
"electron": "^12.0.6",
"electron-builder": "^22.10.5",
"electron-rebuild": "^2.3.5"
},
"dependencies": {
"@halobear/js-feedback": "^1.0.2",
"electron-is-dev": "^2.0.0",
"electron-localshortcut": "^3.2.1",
"robotjs": "^0.6.0"
}
}