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 .",
|
|
|
|
"cilinux": "node build.js WINDOWS && node build.js LINUX",
|
|
|
|
"cidarwin": "node build.js MAC",
|
|
|
|
"dist": "cross-env ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true node build.js",
|
|
|
|
"dist:win": "npm run dist -- WINDOWS",
|
|
|
|
"dist:mac": "npm run dist -- MAC",
|
|
|
|
"dist:linux": "npm run dist -- LINUX",
|
|
|
|
"lint": "eslint --config .eslintrc.json ."
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "12.x.x"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-03-07 16:17:23 +00:00
|
|
|
"@electron/remote": "^1.0.4",
|
|
|
|
"adm-zip": "^0.5.3",
|
2020-03-09 00:46:56 +00:00
|
|
|
"async": "^3.2.0",
|
2021-03-07 16:17:23 +00:00
|
|
|
"discord-rpc": "^3.2.0",
|
|
|
|
"ejs": "^3.1.6",
|
2020-08-10 21:41:57 +00:00
|
|
|
"ejs-electron": "^2.1.1",
|
2021-03-07 16:17:23 +00:00
|
|
|
"electron-updater": "^4.3.8",
|
2021-02-01 23:04:52 +00:00
|
|
|
"fs-extra": "^9.1.0",
|
2019-10-17 23:14:15 +00:00
|
|
|
"github-syntax-dark": "^0.5.0",
|
2021-03-07 16:17:23 +00:00
|
|
|
"jquery": "^3.6.0",
|
2020-03-09 00:46:56 +00:00
|
|
|
"request": "^2.88.2",
|
2020-12-10 01:06:10 +00:00
|
|
|
"semver": "^7.3.4",
|
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": {
|
2020-12-10 01:06:10 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2021-03-07 16:17:23 +00:00
|
|
|
"electron": "^12.0.0",
|
|
|
|
"electron-builder": "^22.10.5",
|
|
|
|
"eslint": "^7.21.0"
|
2019-10-17 23:14:15 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/dscalzi/HeliosLauncher.git"
|
|
|
|
}
|
|
|
|
}
|