-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.17 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": "flpjck",
"version": "1.0.0",
"description": "FL Studio render sync tool",
"repository": {
"url": "https://github.com/FellowHead/FlpJck.git"
},
"main": "main.js",
"scripts": {
"start": "electron ."
},
"author": "FellowHead",
"license": "MIT",
"build": {
"appId": "me.fellowhead.flpjck",
"productName": "FlpJck",
"win": {
"icon": "app/style/icon/icon.ico"
},
"mac": {
"category": "public.app-category.utilities",
"icon": "app/style/icon/icon.png",
"target": [
"dmg"
],
"asarUnpack": [
"**/node_modules/mac-screen-capture-permissions/**"
]
},
"copyright": "Copyright © 2020 ${author}",
"asar": true,
"asarUnpack": [
"app/vbs"
]
},
"devDependencies": {
"electron": "9.1.2",
"electron-builder": "^22.2.0"
},
"dependencies": {
"child_process": "^1.0.2",
"chokidar": "^3.3.1",
"custom-electron-titlebar": "^3.2.0",
"electron-is-dev": "^1.1.0",
"electron-reload": "^1.5.0",
"fs": "0.0.1-security",
"jquery": "^3.5.0",
"mac-screen-capture-permissions": "^1.1.0",
"minimist": "^1.2.6",
"path": "^0.12.7",
"regedit": "^3.0.3"
},
"resolutions": {
"electron-util": "github:FellowHead/electron-util"
}
}