-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.09 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": "arctic-overlay",
"version": "1.3.0",
"description": "An overlay for Hypixel Bedwars",
"main": "index.js",
"scripts": {
"start": "electron .",
"lint": "eslint --fix --ext .js,.json src/ .eslintrc.js index.js",
"release": "electron-builder --publish always"
},
"author": "",
"license": "ISC",
"engines": {
"node": ">=16.13.0"
},
"dependencies": {
"active-win": "^7.6.1",
"electron-store": "^8.0.1",
"electron-updater": "^4.3.9",
"electron-window-state": "^5.0.3",
"node-fetch": "^2.6.6",
"node-key-sender": "^1.0.11"
},
"devDependencies": {
"always-tail": "^0.2.0",
"electron": "^15.3.0",
"electron-builder": "^22.13.1",
"electron-rebuild": "^3.2.5",
"electron-reloader": "^1.2.1",
"eslint": "7.32.0",
"read-last-lines": "^1.8.0"
},
"build": {
"appId": "com.arctic.arcticoverlay",
"productName": "Arctic Overlay",
"win": {
"target": "nsis"
},
"mac": {
"category": "public.app-category.entertainment"
},
"linux": {
"publish": ["github"]
},
"asar": false
}
}