mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-22 03:32:12 -08:00
980c836d9d
Changed "private" field in package.json from true to false. This will make the package accessible on npm and allow others to install it.
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "helioslauncher",
|
|
"version": "2.2.1",
|
|
"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": false,
|
|
"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 .",
|
|
"athshield": "node app/assets/athshield/athshield.js"
|
|
},
|
|
"engines": {
|
|
"node": "20.x.x"
|
|
},
|
|
"dependencies": {
|
|
"@electron/remote": "^2.1.2",
|
|
"adm-zip": "^0.5.16",
|
|
"discord-rpc-patch": "^4.0.1",
|
|
"ejs": "^3.1.10",
|
|
"ejs-electron": "^3.0.0",
|
|
"electron-updater": "^6.3.9",
|
|
"fs-extra": "^11.1.1",
|
|
"github-syntax-dark": "^0.5.0",
|
|
"got": "^11.8.5",
|
|
"helios-core": "~2.2.2",
|
|
"helios-distribution-types": "^1.3.0",
|
|
"jquery": "^3.7.1",
|
|
"lodash.merge": "^4.6.2",
|
|
"semver": "^7.6.3",
|
|
"toml": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^33.0.1",
|
|
"electron-builder": "^25.1.8",
|
|
"eslint": "^8.57.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dscalzi/HeliosLauncher.git"
|
|
}
|
|
}
|