forked from dscalzi/HeliosLauncher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.36 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "rgblauncher",
"version": "1.4.0",
"productName": "RGB Launcher",
"description": "RGBcraft Launcher",
"author": "Enn3Developer (https://github.com/Enn3Developer/)",
"license": "UNLICENSED",
"homepage": "https://github.com/Enn3Developer/RGBLauncher",
"bugs": {
"url": "https://github.com/Enn3Developer/RGBLauncher/issues"
},
"private": true,
"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.10",
"adm-zip": "^0.5.9",
"ejs": "^3.1.9",
"ejs-electron": "^2.1.1",
"electron-updater": "^6.1.1",
"fs-extra": "^11.1.1",
"github-syntax-dark": "^0.5.0",
"minecraft-status": "^1.1.0",
"node-stream-zip": "^1.15.0",
"rgblauncher-core": "^1.0.1",
"rgblauncher-distribution-types": "^1.0.0",
"jquery": "^3.7.0",
"semver": "^7.5.4"
},
"devDependencies": {
"electron": "^25.3.1",
"electron-builder": "^24.4.0",
"eslint": "^8.45.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Enn3Developer/RGBLauncher.git"
}
}