HeliosLauncher/package.json

52 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2019-10-17 23:14:15 +00:00
{
"name": "helioslauncher",
2024-03-07 02:57:24 +00:00
"version": "2.2.1",
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 .",
"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": {
2024-02-22 16:42:13 +00:00
"node": "20.x.x"
2019-10-17 23:14:15 +00:00
},
"dependencies": {
2024-02-22 16:42:13 +00:00
"@electron/remote": "^2.1.2",
"adm-zip": "^0.5.12",
"discord-rpc-patch": "^4.0.1",
"ejs": "^3.1.10",
2024-02-22 16:42:13 +00:00
"ejs-electron": "^3.0.0",
"electron-updater": "^6.1.8",
"fs-extra": "^11.1.1",
2019-10-17 23:14:15 +00:00
"github-syntax-dark": "^0.5.0",
2022-07-29 15:49:25 +00:00
"got": "^11.8.5",
"helios-core": "~2.2.1",
"helios-distribution-types": "^1.3.0",
2023-10-05 19:31:06 +00:00
"jquery": "^3.7.1",
"lodash.merge": "^4.6.2",
2024-02-22 16:42:13 +00:00
"semver": "^7.6.0",
"toml": "^3.0.0"
2019-10-17 23:14:15 +00:00
},
"devDependencies": {
"electron": "^30.0.1",
2024-03-07 02:57:24 +00:00
"electron-builder": "^24.13.3",
"eslint": "^8.57.0"
2019-10-17 23:14:15 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/dscalzi/HeliosLauncher.git"
}
}