forked from dscalzi/HeliosLauncher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.39 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.39 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
{
"name": "helioslauncher",
"version": "2.2.4",
"productName": "ION-Launcher",
"description": "Modded Minecraft Launcher",
"author": "IONNetwork Team",
"license": "UNLICENSED",
"homepage": "https://github.com/IONNetworkTeam/IONLauncher",
"bugs": {
"url": "https://github.com/IONNetworkTeam/IONLauncher/issues"
},
"private": true,
"main": "index.js",
"scripts": {
"start": "electron .",
"dist": "electron-builder build",
"dist:win": "npm run dist -- -w",
"dist:mac": "npm run dist -- -m",
"dist:linux": "npm run dist -- -l",
"lint": "eslint ."
},
"engines": {
"node": "22.x.x"
},
"dependencies": {
"@electron/remote": "^2.1.3",
"adm-zip": "^0.5.16",
"discord-rpc-patch": "^4.0.1",
"ejs": "^3.1.10",
"ejs-electron": "^3.0.0",
"electron-updater": "^6.7.3",
"fs-extra": "^11.3.3",
"github-syntax-dark": "^0.5.0",
"got": "^11.8.5",
"helios-core": "~2.3.0",
"helios-distribution-types": "^1.3.0",
"jquery": "^3.7.1",
"lodash.merge": "^4.6.2",
"semver": "^7.7.3",
"toml": "^3.0.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^5.6.1",
"electron": "^39.2.7",
"electron-builder": "^26.4.0",
"eslint": "^9.39.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IONNetworkTeam/IONLauncher.git"
}
}