-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 894 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 894 Bytes
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
{
"name": "Fixinator",
"version": "3.0.2",
"description": "Fixinator GUI App",
"main": "index.js",
"scripts": {
"start": "electron .",
"dist": "electron-builder --mac --win",
"dist-mac": "electron-builder --mac"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foundeo/fixinator-gui.git"
},
"keywords": [
"fixinator"
],
"author": "Foundeo Inc.",
"license": "MIT",
"devDependencies": {
"got": "^11.8.5",
"electron": "^22.3.25",
"electron-builder": "^24.6.4"
},
"dependencies": {
"find-java-home": "^1.2.2"
},
"build": {
"appId": "com.foundeo.fixinator-gui",
"mac": {
"category": "public.app-category.developer-tools"
},
"extraResources": [
"resources/**/*"
]
}
}