-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.25 KB
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
{
"name": "dnc",
"version": "1.0.7",
"description": "Love for NodeJS",
"main": "src/core/main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"build": "electron-packager . --platform=win32 --arch=x64 dnc",
"dist": "electron-builder",
"postinstall": "electron-builder install-app-deps",
"release": "build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gkhndnc/twinkle3update"
},
"author": "gkhndnc",
"license": "CC0-1.0",
"devDependencies": {
<<<<<<< HEAD
"electron": "^8.2.4",
"electron-builder": "^22.9.1"
=======
"electron": "^8.5.2",
"electron-builder": "^22.3.2"
>>>>>>> 1d3a1cedd63fcf71adf58beca5a902d825d05222
},
"build": {
"appId": "com.applyhead.tw3update",
"productName": "Twinkle3",
"copyright": "Copyright © year DNC Studyo",
"mac": {
"category": "public.app-category.developer-tools",
"type": "distribution"
},
"publish": [
"github"
]
},
"dependencies": {
"electron-packager": "^15.1.0",
"electron-updater": "^4.3.5"
},
"bugs": {
"url": "https://github.com/gkhndnc/twinkle3update/issues"
},
"homepage": "https://github.com/gkhndnc/twinkle3update/pingo#readme",
"keywords": []
}