2019-10-17 16:14:15 -07:00
|
|
|
{
|
|
|
|
"name": "helioslauncher",
|
2023-08-21 08:49:40 -07:00
|
|
|
"version": "2.0.5",
|
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": {
|
2023-07-23 20:58:13 -07:00
|
|
|
"@electron/remote": "^2.0.10",
|
2021-10-14 20:17:40 -07:00
|
|
|
"adm-zip": "^0.5.9",
|
2022-01-23 15:26:16 -08:00
|
|
|
"discord-rpc-patch": "^4.0.1",
|
2023-03-19 19:13:44 -07:00
|
|
|
"ejs": "^3.1.9",
|
2020-08-10 14:41:57 -07:00
|
|
|
"ejs-electron": "^2.1.1",
|
2023-07-23 20:58:13 -07:00
|
|
|
"electron-updater": "^6.1.1",
|
2023-03-24 12:46:37 -07:00
|
|
|
"fs-extra": "^11.1.1",
|
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",
|
2023-08-21 08:44:52 -07:00
|
|
|
"helios-core": "~2.0.5",
|
2023-03-19 19:13:44 -07:00
|
|
|
"helios-distribution-types": "^1.2.0",
|
2023-07-23 20:58:13 -07:00
|
|
|
"jquery": "^3.7.0",
|
|
|
|
"semver": "^7.5.4"
|
2019-10-17 16:14:15 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-21 08:44:52 -07:00
|
|
|
"electron": "^26.0.0",
|
|
|
|
"electron-builder": "^24.6.3",
|
|
|
|
"eslint": "^8.47.0"
|
2019-10-17 16:14:15 -07:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/dscalzi/HeliosLauncher.git"
|
|
|
|
}
|
|
|
|
}
|