-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.23 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
48
49
50
51
52
53
54
55
56
{
"name": "spie-ip-changer",
"version": "1.0.4",
"description": "IP-Changer für Außendienst",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder",
"dist": "electron-builder --p always"
},
"repository": {
"type": "git",
"url": "https://github.com/rodistic/ip-changer.git"
},
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"build": {
"appId": "spie.ipchanger",
"productName": "SPIE IP-Changer",
"asar": true,
"asarUnpack": "**/resources/config/**",
"win": {
"target": "NSIS",
"icon": "./resources/img/icon.ico"
},
"nsis": {
"oneClick": true,
"deleteAppDataOnUninstall": true
},
"publish": {
"provider": "github",
"token": "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"
}
},
"author": "Tim Rimbeck",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^10.1.5",
"electron-builder": "^22.9.1"
},
"dependencies": {
"auto-launch": "^5.0.5",
"electron-log": "^4.3.0",
"electron-sudo": "^4.0.12",
"electron-updater": "^4.3.5",
"fs-jetpack": "^4.1.0",
"network": "^0.6.1",
"set-ip-address": "^1.1.0",
"sudo-prompt": "^9.2.1"
}
}