-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
{
"name": "hoststray",
"version": "0.9.6",
"main": "main.js",
"license": "MIT",
"author": "Max Martinsson",
"description": "Hosts Tray description",
"repository": {
"type": "git",
"url": "https://github.com/maxmart/hoststray"
},
"scripts": {
"pack": "electron-builder --dir",
"dist": "electron-builder",
"start": "electron .",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish"
},
"build": {
"productName": "Hosts Tray prodname",
"appId": "maxmart.hoststray",
"publish": {
"provider": "github",
"owner": "maxmart",
"repo": "hoststray"
}
},
"dependencies": {
"electron-squirrel-startup": "^1.0.1",
"http-proxy": "*",
"node-forge": "*",
"sudo-prompt": "^9.2.1",
"update-electron-app": "^3.0.0"
},
"devDependencies": {
"@electron-forge/cli": "^7.5.0",
"@electron-forge/maker-deb": "^7.5.0",
"@electron-forge/maker-rpm": "^7.5.0",
"@electron-forge/maker-squirrel": "^7.5.0",
"@electron-forge/maker-zip": "^7.5.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.5.0",
"@electron-forge/plugin-fuses": "^7.5.0",
"@electron-forge/publisher-github": "^7.5.0",
"@electron/fuses": "^1.8.0",
"electron": "^27.0.0"
}
}