2019-10-17 16:14:15 -07:00
|
|
|
{
|
|
|
|
"name": "helioslauncher",
|
2022-02-11 17:24:25 -08:00
|
|
|
"version": "1.9.0",
|
2019-10-17 16:14:15 -07:00
|
|
|
"productName": "Helios Launcher",
|
|
|
|
"description": "Modded Minecraft Launcher",
|
|
|
|
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
"homepage": "https://github.com/dscalzi/HeliosLauncher",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/dscalzi/HeliosLauncher/issues"
|
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "electron .",
|
2021-05-13 18:06:59 -07:00
|
|
|
"dist": "electron-builder build",
|
|
|
|
"dist:win": "npm run dist -- -w",
|
|
|
|
"dist:mac": "npm run dist -- -m",
|
|
|
|
"dist:linux": "npm run dist -- -l",
|
2019-10-17 16:14:15 -07:00
|
|
|
"lint": "eslint --config .eslintrc.json ."
|
|
|
|
},
|
|
|
|
"engines": {
|
2023-02-12 15:58:06 -08:00
|
|
|
"node": "18.x.x"
|
2019-10-17 16:14:15 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-03-25 12:08:38 -07:00
|
|
|
"@electron/remote": "^2.0.8",
|
2021-10-14 20:17:40 -07:00
|
|
|
"adm-zip": "^0.5.9",
|
2022-07-29 08:49:25 -07:00
|
|
|
"async": "^3.2.4",
|
2022-01-23 15:26:16 -08:00
|
|
|
"discord-rpc-patch": "^4.0.1",
|
2022-05-21 11:41:05 -07:00
|
|
|
"ejs": "^3.1.8",
|
2020-08-10 14:41:57 -07:00
|
|
|
"ejs-electron": "^2.1.1",
|
2022-11-06 19:38:15 -08:00
|
|
|
"electron-updater": "^5.3.0",
|
2023-01-08 11:20:58 -08:00
|
|
|
"fs-extra": "^11.1.0",
|
2019-10-17 16:14:15 -07:00
|
|
|
"github-syntax-dark": "^0.5.0",
|
2022-07-29 08:49:25 -07:00
|
|
|
"got": "^11.8.5",
|
2022-11-06 19:38:15 -08:00
|
|
|
"helios-core": "~0.1.2",
|
2022-09-04 10:09:59 -07:00
|
|
|
"jquery": "^3.6.1",
|
2022-11-27 15:13:50 -08:00
|
|
|
"node-disk-info": "^1.3.0",
|
2021-10-14 20:17:40 -07:00
|
|
|
"node-stream-zip": "^1.15.0",
|
2020-03-08 17:46:56 -07:00
|
|
|
"request": "^2.88.2",
|
2022-11-06 19:38:15 -08:00
|
|
|
"semver": "^7.3.8",
|
2020-11-09 16:25:37 -08:00
|
|
|
"tar-fs": "^2.1.1",
|
2019-10-17 16:14:15 -07:00
|
|
|
"winreg": "^1.2.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-12 15:58:06 -08:00
|
|
|
"electron": "^23.0.0",
|
2022-11-06 19:38:15 -08:00
|
|
|
"electron-builder": "^23.6.0",
|
2023-02-12 15:58:06 -08:00
|
|
|
"eslint": "^8.34.0"
|
2019-10-17 16:14:15 -07:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/dscalzi/HeliosLauncher.git"
|
|
|
|
}
|
|
|
|
}
|