HeliosLauncher/package.json

52 lines
1.3 KiB
JSON
Raw Normal View History

2019-10-17 16:14:15 -07:00
{
2024-12-14 04:00:17 -08:00
"name": "rollipartylauncher",
"version": "1.0.4",
"productName": "Rolli Party Launcher",
2019-10-17 16:14:15 -07:00
"description": "Modded Minecraft Launcher",
2024-12-14 04:00:17 -08:00
"author": "Daniel Scalzi (https://github.com/dscalzi/), peunsu (https://github.com/peunsu), Irgis",
2019-10-17 16:14:15 -07:00
"license": "UNLICENSED",
2024-12-14 04:00:17 -08:00
"homepage": "",
2019-10-17 16:14:15 -07:00
"bugs": {
2024-12-14 04:00:17 -08:00
"url": ""
2019-10-17 16:14:15 -07:00
},
"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 16:14:15 -07:00
"lint": "eslint --config .eslintrc.json ."
},
"engines": {
2024-06-22 04:18:47 -07:00
"node": "20.x.x"
2019-10-17 16:14:15 -07:00
},
"dependencies": {
2024-06-22 04:18:47 -07:00
"@electron/remote": "^2.1.2",
"adm-zip": "^0.5.12",
"discord-rpc-patch": "^4.0.1",
2024-06-22 04:18:47 -07:00
"ejs": "^3.1.10",
"ejs-electron": "^3.0.0",
"electron-updater": "^6.1.8",
"fs-extra": "^11.1.1",
2019-10-17 16:14:15 -07:00
"github-syntax-dark": "^0.5.0",
2022-07-29 08:49:25 -07:00
"got": "^11.8.5",
2024-06-22 04:18:47 -07:00
"helios-core": "~2.2.1",
"helios-distribution-types": "^1.3.0",
2023-10-05 12:31:06 -07:00
"jquery": "^3.7.1",
"lodash.merge": "^4.6.2",
2024-06-22 04:18:47 -07:00
"semver": "^7.6.0",
"toml": "^3.0.0"
2019-10-17 16:14:15 -07:00
},
"devDependencies": {
2024-06-22 04:18:47 -07:00
"electron": "^30.0.1",
"electron-builder": "^24.13.3",
"eslint": "^8.57.0"
2019-10-17 16:14:15 -07:00
},
"repository": {
"type": "git",
2024-12-14 04:00:17 -08:00
"url": ""
2019-10-17 16:14:15 -07:00
}
}