| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "name": "helioslauncher",
- "version": "1.7.0",
- "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": "out/index.js",
- "scripts": {
- "clean": "rimraf out",
- "tsc": "tsc",
- "build": "npm run clean && npm run tsc",
- "start": "electron .",
- "cilinux": "node build.js WINDOWS && node build.js LINUX",
- "cidarwin": "node build.js MAC",
- "dist": "cross-env ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true node build.js",
- "dist:win": "npm run dist -- WINDOWS",
- "dist:mac": "npm run dist -- MAC",
- "dist:linux": "npm run dist -- LINUX",
- "lint": "eslint --config .eslintrc.json ."
- },
- "engines": {
- "node": "12.x.x"
- },
- "dependencies": {
- "adm-zip": "^0.4.13",
- "async": "^3.1.1",
- "discord-rpc": "3.1.0",
- "ejs": "^3.0.1",
- "ejs-electron": "^2.0.3",
- "electron-updater": "^4.2.0",
- "fs-extra": "^8.1.0",
- "github-syntax-dark": "^0.5.0",
- "jquery": "^3.4.1",
- "request": "^2.88.0",
- "semver": "^7.1.1",
- "tar-fs": "^2.0.0",
- "winreg": "^1.2.4"
- },
- "devDependencies": {
- "@types/adm-zip": "^0.4.32",
- "@types/async": "^3.0.5",
- "@types/discord-rpc": "^3.0.2",
- "@types/fs-extra": "^8.0.1",
- "@types/jquery": "^3.3.31",
- "@types/node": "^12.12.25",
- "@types/request": "^2.48.4",
- "@types/tar-fs": "^1.16.2",
- "@types/winreg": "^1.2.30",
- "cross-env": "^7.0.0",
- "electron": "^7.1.10",
- "electron-builder": "^22.2.0",
- "eslint": "^6.8.0",
- "helios-distribution-types": "1.0.0-pre.1",
- "rimraf": "^3.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/dscalzi/HeliosLauncher.git"
- }
- }
|