-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 964 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 964 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
{
"name": "mc-mod-handler",
"version": "1.0.0",
"description": "demo",
"main": "main.js",
"scripts": {
"dev": "electron main.js",
"package-win": "electron-packager . mc-mod-handler --overwrite --asar=true --platform=win32 --arch=ia32 --prune=true --out=release-builds --version-string.CompanyName=CE --version-string.FileDescription=CE --version-string.ProductName=\"MC Mod Handler\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/slushie0/mc-mod-handler.git"
},
"keywords": [],
"author": "Slushie",
"license": "ISC",
"bugs": {
"url": "https://github.com/slushie0/mc-mod-handler/issues"
},
"homepage": "https://github.com/slushie0/mc-mod-handler#readme",
"dependencies": {
"@electron/remote": "^2.0.8",
"axios": "^0.27.2",
"electron-download-manager": "^2.1.2",
"request": "^2.88.2"
},
"devDependencies": {
"electron": "^20.0.1",
"electron-packager": "^15.5.1"
}
}