forked from dscalzi/HeliosLauncher
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.96 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "bladelauncher",
"version": "1.0.97",
"productName": "Blade Launcher",
"description": "Northern Blade Launcher",
"author": "N-Blade LCC",
"license": "UNLICENSED",
"homepage": "https://github.com/N-Blade/BladeLauncher",
"bugs": {
"url": "https://github.com/N-Blade/BladeLauncher/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 .",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@electron/remote": "^2.0.9",
"adm-zip": "^0.5.10",
"arch": "^2.2.0",
"async": "^3.2.4",
"better-sqlite3": "^8.1.0",
"check-disk-space": "^3.3.1",
"directory-tree": "^3.5.1",
"discord-rpc-patch": "^4.0.1",
"ejs-electron": "^2.1.1",
"electron-log": "^4.4.8",
"electron-updater": "^5.3.0",
"fast-xml-parser": "^4.1.2",
"form-data": "^4.0.0",
"fs-extra": "^11.1.0",
"github-syntax-dark": "^0.5.0",
"got-cjs": "^12.5.4",
"got-resume-next": "^2.1.4",
"jquery": "^3.6.3",
"lodash": "^4.17.21",
"native-reg": "^1.1.1",
"node-abi": "^3.33.0",
"runas-redux-rus": "^5.0.17",
"semver": "^7.3.8",
"stream-throttle": "^0.1.3",
"systeminformation": "^5.17.9",
"webtorrent": "^2.0.14",
"xxhash-addon": "^2.0.1"
},
"devDependencies": {
"cross-env": "^7.0.3",
"electron": "^18.3.15",
"electron-builder": "^23.6.0",
"@electron/rebuild": "^3.2.10",
"electron-reloader": "^1.2.3",
"eslint": "^8.34.0",
"prebuild-install": "^7.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/N-Blade/BladeLauncher.git"
}
}