2019-10-17 23:14:15 +00:00
|
|
|
{
|
|
|
|
"name": "helioslauncher",
|
2020-09-13 17:42:34 +00:00
|
|
|
"version": "1.8.0",
|
2019-10-17 23:14:15 +00: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-14 01:06:59 +00: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 23:14:15 +00:00
|
|
|
"lint": "eslint --config .eslintrc.json ."
|
|
|
|
},
|
|
|
|
"engines": {
|
2021-10-15 03:55:31 +00:00
|
|
|
"node": "16.x.x"
|
2019-10-17 23:14:15 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-10-02 01:57:22 +00:00
|
|
|
"@electron/remote": "^2.0.1",
|
2021-10-15 03:17:40 +00:00
|
|
|
"adm-zip": "^0.5.9",
|
2021-10-02 01:57:22 +00:00
|
|
|
"async": "^3.2.1",
|
2022-01-23 23:26:16 +00:00
|
|
|
"discord-rpc-patch": "^4.0.1",
|
2021-03-07 16:17:23 +00:00
|
|
|
"ejs": "^3.1.6",
|
2020-08-10 21:41:57 +00:00
|
|
|
"ejs-electron": "^2.1.1",
|
2021-05-14 02:34:37 +00:00
|
|
|
"electron-updater": "^4.3.9",
|
|
|
|
"fs-extra": "^10.0.0",
|
2019-10-17 23:14:15 +00:00
|
|
|
"github-syntax-dark": "^0.5.0",
|
2021-10-31 06:20:03 +00:00
|
|
|
"helios-core": "^0.1.0-alpha.3",
|
2021-03-07 16:17:23 +00:00
|
|
|
"jquery": "^3.6.0",
|
2021-10-15 03:17:40 +00:00
|
|
|
"node-stream-zip": "^1.15.0",
|
2020-03-09 00:46:56 +00:00
|
|
|
"request": "^2.88.2",
|
2021-03-23 22:57:16 +00:00
|
|
|
"semver": "^7.3.5",
|
2020-11-10 00:25:37 +00:00
|
|
|
"tar-fs": "^2.1.1",
|
2019-10-17 23:14:15 +00:00
|
|
|
"winreg": "^1.2.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-10-15 03:55:31 +00:00
|
|
|
"electron": "^15.2.0",
|
2021-10-15 03:17:40 +00:00
|
|
|
"electron-builder": "^22.13.1",
|
|
|
|
"eslint": "^8.0.1"
|
2019-10-17 23:14:15 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/dscalzi/HeliosLauncher.git"
|
|
|
|
}
|
|
|
|
}
|