-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 878 Bytes
/
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
{
"name": "marvelsnap-electorn",
"version": "0.9.4",
"description": "snapsco desktop client",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-builder"
},
"author": "jihunhong",
"license": "ISC",
"devDependencies": {
"electron": "^22.2.0",
"electron-builder": "^23.6.0"
},
"dependencies": {
"axios": "^1.3.2",
"electron-updater": "^5.3.0",
"qs": "^6.11.0",
"sharp": "^0.31.3"
},
"repository": {
"type": "git",
"url": "https://github.com/jihunhong/marvelsnap-electron"
},
"publish": {
"provider": "github",
"releaseType": "release"
},
"build": {
"appId": "com.snapsco.net",
"productName": "Snapsco Tracker",
"win": {
"target": "nsis"
},
"nsis": {
"createDesktopShortcut": true
},
"directories": {
"output": "dist"
}
}
}