|
1 | 1 | { |
2 | | - "name": "modrealmslauncher", |
3 | | - "version": "2.5.2-release", |
4 | | - "productName": "ModRealms Launcher", |
5 | | - "description": "Modded Minecraft Launcher", |
6 | | - "author": "ModRealms", |
7 | | - "license": "UNLICENSED", |
8 | | - "homepage": "https://github.com/ModRealms-Network/HeliosLauncher", |
9 | | - "bugs": { |
10 | | - "url": "https://github.com/ModRealms-Network/HeliosLauncher/issues" |
11 | | - }, |
12 | | - "private": true, |
13 | | - "main": "index.js", |
14 | | - "scripts": { |
15 | | - "start": "electron .", |
16 | | - "dist": "electron-builder build", |
17 | | - "dist:win": "npm run dist -- -w", |
18 | | - "dist:mac": "npm run dist -- -m", |
19 | | - "dist:linux": "npm run dist -- -l", |
20 | | - "lint": "eslint --config .eslintrc.json ." |
21 | | - }, |
22 | | - "dependencies": { |
23 | | - "@electron/remote": "^1.2.0", |
24 | | - "adm-zip": "^0.5.5", |
25 | | - "async": "^3.2.0", |
26 | | - "axios": "^0.27.2", |
27 | | - "chokidar": "^3.4.3", |
28 | | - "discord-rpc": "^3.2.0", |
29 | | - "ejs": "^3.1.6", |
30 | | - "ejs-electron": "^2.1.1", |
31 | | - "electron-updater": "^4.3.9", |
32 | | - "fs-extra": "^10.0.0", |
33 | | - "github-syntax-dark": "^0.5.0", |
34 | | - "jquery": "^3.6.0", |
35 | | - "jquery-mousewheel": "^3.1.13", |
36 | | - "mongodb": "^3.6.0", |
37 | | - "remarkable": "^2.0.1", |
38 | | - "request": "^2.88.2", |
39 | | - "semver": "^7.3.5", |
40 | | - "tar-fs": "^2.1.1", |
41 | | - "winreg": "^1.2.4" |
42 | | - }, |
43 | | - "devDependencies": { |
44 | | - "electron": "^13.5.1", |
45 | | - "electron-builder": "^22.11.7", |
46 | | - "eslint": "^7.29.0" |
47 | | - }, |
48 | | - "repository": { |
49 | | - "type": "git", |
50 | | - "url": "git+https://github.com/ModRealms-Network/ModRealmsLauncher.git" |
51 | | - } |
| 2 | + "name": "modrealmslauncher", |
| 3 | + "version": "2.5.2-hotfix", |
| 4 | + "productName": "ModRealms Launcher", |
| 5 | + "description": "Modded Minecraft Launcher", |
| 6 | + "author": "ModRealms", |
| 7 | + "license": "UNLICENSED", |
| 8 | + "homepage": "https://github.com/ModRealms-Network/HeliosLauncher", |
| 9 | + "bugs": { |
| 10 | + "url": "https://github.com/ModRealms-Network/HeliosLauncher/issues" |
| 11 | + }, |
| 12 | + "private": true, |
| 13 | + "main": "index.js", |
| 14 | + "scripts": { |
| 15 | + "start": "electron .", |
| 16 | + "dist": "electron-builder build", |
| 17 | + "dist:win": "npm run dist -- -w", |
| 18 | + "dist:mac": "npm run dist -- -m", |
| 19 | + "dist:linux": "npm run dist -- -l", |
| 20 | + "lint": "eslint --config .eslintrc.json ." |
| 21 | + }, |
| 22 | + "dependencies": { |
| 23 | + "@electron/remote": "^1.2.0", |
| 24 | + "adm-zip": "^0.5.5", |
| 25 | + "async": "^3.2.0", |
| 26 | + "axios": "^0.27.2", |
| 27 | + "chokidar": "^3.4.3", |
| 28 | + "discord-rpc": "^3.2.0", |
| 29 | + "ejs": "^3.1.6", |
| 30 | + "ejs-electron": "^2.1.1", |
| 31 | + "electron-updater": "^4.3.9", |
| 32 | + "fs-extra": "^10.0.0", |
| 33 | + "github-syntax-dark": "^0.5.0", |
| 34 | + "jquery": "^3.6.0", |
| 35 | + "jquery-mousewheel": "^3.1.13", |
| 36 | + "mongodb": "^3.6.0", |
| 37 | + "remarkable": "^2.0.1", |
| 38 | + "request": "^2.88.2", |
| 39 | + "semver": "^7.3.5", |
| 40 | + "tar-fs": "^2.1.1", |
| 41 | + "winreg": "^1.2.4" |
| 42 | + }, |
| 43 | + "devDependencies": { |
| 44 | + "electron": "^13.5.1", |
| 45 | + "electron-builder": "^22.11.7", |
| 46 | + "eslint": "^7.29.0" |
| 47 | + }, |
| 48 | + "repository": { |
| 49 | + "type": "git", |
| 50 | + "url": "git+https://github.com/ModRealms-Network/ModRealmsLauncher.git" |
| 51 | + } |
52 | 52 | } |
0 commit comments