forked from dscalzi/HeliosLauncher
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.61 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.61 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
51
52
53
54
55
56
{
"name": "zone_delta_launcher",
"version": "0.6.2",
"productName": "Zone_Delta_Launcher",
"description": "Modded Minecraft Launcher",
"author": "Zone-Delta (Fork of Daniel Scalzi (https://github.com/dscalzi/))",
"license": "UNLICENSED",
"homepage": "https://github.com/project-zone-delta/Zone_Delta_Launcher",
"bugs": {
"url": "https://github.com/project-zone-delta/Zone_Delta_Launcher/issues"
},
"private": true,
"main": "index.js",
"scripts": {
"start": "electron .",
"dev": "nodemon --exec npm start",
"dist": "electron-builder build",
"dist:win": "npm run dist -- -w",
"dist:mac": "npm run dist -- -m",
"dist:linux": "npm run dist -- -l",
"lint": "eslint --config .eslintrc.json ."
},
"engines": {
"node": "18.x.x"
},
"dependencies": {
"@electron/remote": "^2.0.8",
"adm-zip": "^0.5.9",
"async": "^3.2.4",
"discord-rpc-patch": "^4.0.1",
"ejs": "^3.1.8",
"ejs-electron": "^2.1.1",
"electron-updater": "^5.3.0",
"fs-extra": "^11.1.0",
"github-syntax-dark": "^0.5.0",
"got": "^11.8.5",
"helios-core": "~0.1.2",
"jquery": "^3.6.1",
"minecraft-java-core": "^3.8.1",
"node-disk-info": "^1.3.0",
"node-stream-zip": "^1.15.0",
"request": "^2.88.2",
"semver": "^7.3.8",
"winreg": "^1.2.4"
},
"devDependencies": {
"electron": "^23.0.0",
"electron-builder": "^23.6.0",
"eslint": "^8.34.0",
"nodemon": "^2.0.22"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Project-Zone-Delta/Zone_Delta_Launcher"
}
}