53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "electronlauncher",
|
|
"version": "1.6.0",
|
|
"productName": "Electron Launcher",
|
|
"description": "Modded Minecraft Launcher",
|
|
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
|
|
"license": "UNLICENSED",
|
|
"homepage": "https://github.com/dscalzi/ElectronLauncher",
|
|
"bugs": {
|
|
"url": "https://github.com/dscalzi/ElectronLauncher/issues"
|
|
},
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"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": "10.x.x"
|
|
},
|
|
"dependencies": {
|
|
"adm-zip": "^0.4.13",
|
|
"async": "^3.0.1",
|
|
"discord-rpc": "3.0.2",
|
|
"ejs": "^2.6.1",
|
|
"ejs-electron": "^2.0.3",
|
|
"electron-updater": "^4.0.6",
|
|
"fs-extra": "^8.0.1",
|
|
"github-syntax-dark": "^0.5.0",
|
|
"jquery": "^3.4.1",
|
|
"request": "^2.88.0",
|
|
"semver": "^6.1.1",
|
|
"tar-fs": "^2.0.0",
|
|
"winreg": "^1.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^5.2.0",
|
|
"electron": "^5.0.2",
|
|
"electron-builder": "^20.41.0",
|
|
"eslint": "^5.16.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dscalzi/ElectronLauncher.git"
|
|
}
|
|
}
|