-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (38 loc) · 1.35 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
{
"name": "overfate",
"version": "2.5.6",
"author": "Nikkerudon · ニッケルドン",
"license": "ISC",
"description": "retro-style fighting game",
"main": "./electron.js",
"asarUnpack": ["**/*.node"],
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"app:dir": "electron-builder --dir",
"app:dist": "electron-builder",
"package-mac": "electron-packager . --overwrite --platform=darwin --arch=x64 --icon=Addons/icon.ico --prune=true --out=release-builds",
"package-win": "electron-packager . --overwrite --platform=win32 --arch=ia32 --icon=Addons/icon.ico --prune=true --out=release-builds",
"package-linux": "electron-packager . --overwrite --platform=linux --arch=x64 --icon=Addons/icon.png --prune=true --out=release-builds"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nickeldon/OverStadium.git"
},
"bugs": {
"url": "https://github.com/Nickeldon/OverStadium/issues"
},
"homepage": "https://github.com/Nickeldon/OverStadium#readme",
"devDependencies": {
"@electron/packager": "github:electron/packager",
"electron": "^28.0.0",
"electron-builder": "^24.9.1",
"electron-packager": "^17.1.2"
},
"dependencies": {
"electron-reload": "^2.0.0-alpha.1"
},
"build": {
"appId": "com.Nikkerudon.OverStadium"
}
}