66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"name": "btcv-launcher",
|
|
"version": "1.0.0",
|
|
"productName": "BTCV Launcher",
|
|
"description": "Modded Minecraft Launcher for La Batcave",
|
|
"author": "Tomarok",
|
|
"license": "UNLICENSED",
|
|
"homepage": "https://github.com/Tomarok/BTCV-Launcher",
|
|
"bugs": {
|
|
"url": "https://github.com/Tomarok/BTCV-Launcher/issues"
|
|
},
|
|
"private": false,
|
|
"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",
|
|
"lint": "eslint --config .eslintrc.json ."
|
|
},
|
|
"engines": {
|
|
"node": "18.x.x"
|
|
},
|
|
"dependencies": {
|
|
"@electron/remote": "^2.0.8",
|
|
"adm-zip": "^0.5.9",
|
|
"discord-rpc-patch": "^4.0.1",
|
|
"ejs": "^3.1.9",
|
|
"ejs-electron": "^2.1.1",
|
|
"electron-updater": "^5.3.0",
|
|
"fs-extra": "^11.1.1",
|
|
"github-syntax-dark": "^0.5.0",
|
|
"got": "^11.8.5",
|
|
"helios-core": "~2.0.4",
|
|
"helios-distribution-types": "^1.2.0",
|
|
"jquery": "^3.6.4",
|
|
"semver": "^7.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@electron-forge/publisher-github": "^6.1.1",
|
|
"electron": "^24.1.1",
|
|
"electron-builder": "^23.6.0",
|
|
"eslint": "^8.38.0"
|
|
},
|
|
"config": {
|
|
"forge": {
|
|
"publishers": [
|
|
{
|
|
"name": "@electron-forge/publisher-github",
|
|
"config": {
|
|
"repository": {
|
|
"owner": "tomarok",
|
|
"name": "BTCV-Launcher"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Tomarok/BTCV-Launcher.git"
|
|
}
|
|
}
|