forked from Olmectron/Simple-Web-App-GUI-for-YANBF-Generator
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (38 loc) · 806 Bytes
/
package.json
File metadata and controls
39 lines (38 loc) · 806 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
38
39
{
"name": "YANBFGenerator",
"version": "1.0.4",
"description": "An Electron GUI application for YANBF Generator",
"main": "main.js",
"scripts": {
"start": "electron .",
"dist": "electron-builder -p never"
},
"build": {
"appId": "ca.hansol.yanbf.gui",
"npmRebuild": false,
"mac": {
"category": "ca.hansol.yanbf.gui"
},
"win": {
"target": [
"portable"
]
},
"artifactName": "${productName}.${ext}"
},
"repository": "https://github.com/electron/electron-quick-start",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^13.2.0",
"electron-builder": "^22.11.7",
"electron-rebuild": "^2.3.5"
}
}