2019-10-17 16:14:15 -07:00
|
|
|
{
|
|
|
|
"name": "helioslauncher",
|
2024-02-22 08:50:18 -08:00
|
|
|
"version": "2.2.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": {
|
2024-02-22 08:42:13 -08:00
|
|
|
"node": "20.x.x"
|
2019-10-17 16:14:15 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-02-22 08:42:13 -08:00
|
|
|
"@electron/remote": "^2.1.2",
|
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",
|
2024-02-22 08:42:13 -08:00
|
|
|
"ejs-electron": "^3.0.0",
|
|
|
|
"electron-updater": "^6.1.8",
|
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",
|
2024-02-22 08:42:13 -08:00
|
|
|
"helios-core": "~2.2.0",
|
2023-12-03 15:02:57 -08:00
|
|
|
"helios-distribution-types": "^1.3.0",
|
2023-10-05 12:31:06 -07:00
|
|
|
"jquery": "^3.7.1",
|
2023-10-05 12:26:32 -07:00
|
|
|
"lodash.merge": "^4.6.2",
|
2024-02-22 08:42:13 -08:00
|
|
|
"semver": "^7.6.0",
|
2023-10-05 12:26:32 -07:00
|
|
|
"toml": "^3.0.0"
|
2019-10-17 16:14:15 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-22 08:42:13 -08:00
|
|
|
"electron": "^29.0.1",
|
|
|
|
"electron-builder": "^24.12.0",
|
2024-01-04 16:09:03 -08:00
|
|
|
"eslint": "^8.56.0"
|
2019-10-17 16:14:15 -07:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/dscalzi/HeliosLauncher.git"
|
|
|
|
}
|
|
|
|
}
|