2019-10-17 16:14:15 -07:00
|
|
|
{
|
|
|
|
"name": "helioslauncher",
|
|
|
|
"version": "1.7.0",
|
|
|
|
"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": {
|
2020-03-08 17:46:56 -07:00
|
|
|
"adm-zip": "^0.4.14",
|
|
|
|
"async": "^3.2.0",
|
2020-05-11 16:32:39 -07:00
|
|
|
"discord-rpc": "^3.1.1",
|
2020-05-19 17:31:35 -07:00
|
|
|
"ejs": "^3.1.3",
|
2019-10-17 16:14:15 -07:00
|
|
|
"ejs-electron": "^2.0.3",
|
2020-05-11 16:32:39 -07:00
|
|
|
"electron-updater": "^4.3.1",
|
2020-06-08 11:00:07 -07:00
|
|
|
"fs-extra": "^9.0.1",
|
2019-10-17 16:14:15 -07:00
|
|
|
"github-syntax-dark": "^0.5.0",
|
2020-05-11 16:32:39 -07:00
|
|
|
"jquery": "^3.5.1",
|
2020-03-08 17:46:56 -07:00
|
|
|
"request": "^2.88.2",
|
2020-05-11 16:32:39 -07:00
|
|
|
"semver": "^7.3.2",
|
|
|
|
"tar-fs": "^2.1.0",
|
2019-10-17 16:14:15 -07:00
|
|
|
"winreg": "^1.2.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-03-08 17:46:56 -07:00
|
|
|
"cross-env": "^7.0.2",
|
2020-06-12 16:56:57 -07:00
|
|
|
"electron": "^9.0.4",
|
2020-06-02 16:30:12 -07:00
|
|
|
"electron-builder": "^22.7.0",
|
2020-06-08 11:00:07 -07:00
|
|
|
"eslint": "^7.2.0"
|
2019-10-17 16:14:15 -07:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/dscalzi/HeliosLauncher.git"
|
|
|
|
}
|
|
|
|
}
|