-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.05 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
{
"name": "key-beats",
"version": "1.1.3",
"main": "main.js",
"scripts": {
"start": "electron .",
"dev": "NODE_ENV=development electron .",
"rebuild": "electron-rebuild",
"postinstall": "electron-rebuild",
"pack": "electron-builder --dir",
"dist": "electron-builder --mac",
"release": "electron-builder --mac --publish always"
},
"dependencies": {
"electron-updater": "^6.2.1",
"menubar": "^9.5.0",
"node-global-key-listener": "^0.3.0"
},
"devDependencies": {
"electron": "^31.2.1",
"electron-builder": "^24.13.3",
"electron-rebuild": "^3.2.9",
"electron-reloader": "^1.2.3"
},
"build": {
"appId": "com.yugbhanushali.keybeats",
"productName": "KeyBeats",
"mac": {
"category": "public.app-category.utilities",
"icon": "build/icon.icns"
},
"publish": [
{
"provider": "github",
"owner": "YugBhanushali",
"repo": "keyBeats"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/YugBhanushali/keyBeats"
}
}