forked from dscalzi/HeliosLauncher
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.5 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
50
51
52
53
{
"name": "newhopelauncher",
"version": "2.1.5",
"productName": "NewHope",
"description": "NewHope saját launchere",
"author": "Daniel Scalzi (https://github.com/dscalzi/), Gál Péter (https://github.com/pepyta/)",
"license": "UNLICENSED",
"homepage": "https://github.com/newhopemc/Launcher",
"bugs": {
"url": "https://github.com/newhopemc/Launcher/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": "12.x.x"
},
"dependencies": {
"adm-zip": "^0.4.13",
"async": "^3.1.0",
"discord-rpc": "3.0.2",
"ejs": "^2.6.2",
"ejs-electron": "^2.0.3",
"electron-squirrel-startup": "^1.0.0",
"electron-updater": "^4.1.2",
"fs-extra": "^8.1.0",
"github-syntax-dark": "^0.5.0",
"jquery": "^3.4.1",
"request": "^2.88.0",
"semver": "^6.2.0",
"tar-fs": "^2.0.0",
"winreg": "^1.2.4"
},
"devDependencies": {
"cross-env": "^5.2.0",
"electron": "^5.0.6",
"electron-builder": "^21.0.15",
"eslint": "^6.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/newhopemc/Launcher.git"
}
}