Reset repository to README title only
This commit is contained in:
61
package.json
61
package.json
@@ -1,61 +0,0 @@
|
||||
{
|
||||
"name": "mrslauncher",
|
||||
"version": "3.0.9",
|
||||
"productName": "MRS Launcher",
|
||||
"description": "Modded Minecraft Launcher",
|
||||
"author": "Daniel Scalzi (https://github.com/dscalzi/), peunsu (https://github.com/peunsu)",
|
||||
"license": "UNLICENSED",
|
||||
"homepage": "https://github.com/peunsu/MRSLauncher",
|
||||
"bugs": {
|
||||
"url": "https://github.com/peunsu/MRSLauncher/issues"
|
||||
},
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"admin": "node admin/server.js",
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"start": "npm run build && electron .",
|
||||
"smoke": "npm run build && node scripts/smoke-runner.js",
|
||||
"smoke:win": "npm run smoke",
|
||||
"dist": "npm run build && electron-builder build",
|
||||
"dist:win": "npm run dist -- -w",
|
||||
"dist:mac": "npm run dist -- -m",
|
||||
"dist:linux": "npm run dist -- -l",
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"engines": {
|
||||
"node": "22.x.x"
|
||||
},
|
||||
"dependencies": {
|
||||
"@electron/remote": "^2.1.3",
|
||||
"adm-zip": "^0.5.16",
|
||||
"discord-rpc-patch": "^4.0.1",
|
||||
"ejs": "^3.1.10",
|
||||
"ejs-electron": "^3.0.0",
|
||||
"electron-updater": "^6.7.3",
|
||||
"express": "^5.2.1",
|
||||
"fs-extra": "^11.3.3",
|
||||
"github-syntax-dark": "^0.5.0",
|
||||
"got": "^11.8.5",
|
||||
"helios-core": "~2.3.0",
|
||||
"helios-distribution-types": "^1.3.0",
|
||||
"jquery": "^3.7.1",
|
||||
"lodash.merge": "^4.6.2",
|
||||
"multer": "^2.1.1",
|
||||
"nat-upnp": "^1.1.1",
|
||||
"semver": "^7.7.3",
|
||||
"toml": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stylistic/eslint-plugin": "^5.6.1",
|
||||
"@types/node": "^22.0.0",
|
||||
"electron": "^39.2.7",
|
||||
"electron-builder": "^26.4.0",
|
||||
"eslint": "^9.39.2",
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/peunsu/MRSLauncher.git"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user