mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-11-14 09:09:57 -08:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "helioslauncher",
|
|
"version": "2.0.6",
|
|
"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 .",
|
|
"dist": "electron-builder build",
|
|
"dist:win": "npm run dist -- -w",
|
|
"dist:mac": "npm run dist -- -m",
|
|
"dist:linux": "npm run dist -- -l",
|
|
"lint": "eslint --config .eslintrc.json ."
|
|
},
|
|
"engines": {
|
|
"node": "18.x.x"
|
|
},
|
|
"dependencies": {
|
|
"@electron/remote": "^2.1.0",
|
|
"adm-zip": "^0.5.9",
|
|
"discord-rpc-patch": "^4.0.1",
|
|
"ejs": "^3.1.9",
|
|
"ejs-electron": "^2.1.1",
|
|
"electron-updater": "^6.1.7",
|
|
"fs-extra": "^11.1.1",
|
|
"github-syntax-dark": "^0.5.0",
|
|
"got": "^11.8.5",
|
|
"helios-core": "~2.0.6",
|
|
"helios-distribution-types": "^1.2.0",
|
|
"jquery": "^3.7.1",
|
|
"lodash.merge": "^4.6.2",
|
|
"semver": "^7.5.4",
|
|
"toml": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^27.1.2",
|
|
"electron-builder": "^24.9.1",
|
|
"eslint": "^8.54.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dscalzi/HeliosLauncher.git"
|
|
}
|
|
}
|