-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.05 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
{
"name": "sparkle",
"main": "main.js",
"version": "1.2.1",
"author": "The Parcoil network",
"scripts": {
"start": "electron .",
"build": "electron-builder"
},
"repository": "https://github.com/Parcoil/Sparkle",
"devDependencies": {
"discord-rpc": "^4.0.1",
"electron": "^27.0.0",
"electron-builder": "^22.14.13",
"electron-updater": "^6.1.7",
"extract-zip": "^2.0.1",
"prettier": "3.1.1"
},
"dependencies": {
"discord-rpc": "^4.0.1",
"electron-dl": "^3.5.1",
"electron-updater": "^6.1.7",
"extract-zip": "^2.0.1",
"npm": "^10.2.5",
"start": "^5.1.0"
},
"build": {
"publish": [
{
"provider": "github",
"owner": "Parcoil",
"repo": "Sparkle",
"releaseType": "release"
}
],
"appId": "com.parcoil.sparkle",
"productName": "Sparkle",
"target": "NSIS",
"directories": {
"output": "build"
},
"win": {
"requestedExecutionLevel": "requireAdministrator"
},
"files": [
"assets/**/*",
"**/*"
]
}
}