-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.15 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "cubeshotclient",
"version": "1.0.6",
"main": "main.js",
"dependencies": {
"discord-rpc": "^4.0.1",
"electron-fetch": "^1.9.1",
"electron-localshortcut": "^3.2.1",
"electron-prompt": "^1.7.0",
"electron-store": "^8.0.0",
"hastebin": "^0.2.1",
"open": "^8.4.0",
"path": "^0.12.7",
"tmi.js": "^1.8.5",
"v8-compile-cache": "^2.3.0"
},
"scripts": {
"build-installer": "electron-builder",
"test": "electron main.js",
"start": "electron main.js"
},
"build": {
"appId": "cubeshotclient",
"win": {
"target": [
"nsis"
],
"icon": "src/favicon.ico",
"requestedExecutionLevel": "requireAdministrator"
},
"nsis": {
"installerIcon": "src/favicon.ico",
"uninstallerIcon": "src/favicon.ico",
"uninstallDisplayName": "cubeshotclient",
"oneClick": false,
"allowToChangeInstallationDirectory": true
}
},
"author": "Lombre_Blanche34",
"license": "ISC",
"description": "Electron Client for Cubeshot.io",
"devDependencies": {
"electron": "^9.4.4",
"electron-builder": "^23.3.3",
"electron-packager": "^16.0.0"
}
}