HeliosLauncher/package.json

54 lines
1.4 KiB
JSON
Raw Normal View History

2019-10-17 23:14:15 +00:00
{
"name": "helioslauncher",
2022-02-12 01:24:25 +00:00
"version": "1.9.0",
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": {
"node": "16.x.x"
2019-10-17 23:14:15 +00:00
},
"dependencies": {
2022-03-25 19:08:38 +00:00
"@electron/remote": "^2.0.8",
"adm-zip": "^0.5.9",
2022-07-29 15:49:25 +00:00
"async": "^3.2.4",
"discord-rpc-patch": "^4.0.1",
2022-05-21 18:41:05 +00:00
"ejs": "^3.1.8",
2020-08-10 21:41:57 +00:00
"ejs-electron": "^2.1.1",
"electron-updater": "^5.3.0",
2022-05-21 18:41:05 +00:00
"fs-extra": "^10.1.0",
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": "~0.1.2",
2022-09-04 17:09:59 +00:00
"jquery": "^3.6.1",
"node-stream-zip": "^1.15.0",
2020-03-09 00:46:56 +00:00
"request": "^2.88.2",
"semver": "^7.3.8",
2020-11-10 00:25:37 +00:00
"tar-fs": "^2.1.1",
2019-10-17 23:14:15 +00:00
"winreg": "^1.2.4"
},
"devDependencies": {
"electron": "^21.2.2",
"electron-builder": "^23.6.0",
"eslint": "^8.27.0"
2019-10-17 23:14:15 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/dscalzi/HeliosLauncher.git"
}
}