-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.82 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
{
"name": "newzenlauncher",
"version": "1.0.3",
"productName": "NewzenLauncher",
"description": "Launcher Officiel de Newzen",
"author": "TIEB62 (Titouan Petit)",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/NewzenMC/NewzenLauncher",
"bugs": {
"url": "https://github.com/NewzenMC/NewzenLauncher/issues"
},
"main": "index.js",
"scripts": {
"start": "electron .",
"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 ."
},
"dependencies": {
"@electron/remote": "^2.0.9",
"adm-zip": "^0.5.9",
"ansi-to-html": "^0.7.2",
"async": "^3.2.4",
"axios": "^1.2.5",
"discord-rpc": "^4.0.1",
"ejs": "^3.1.8",
"ejs-electron": "^2.0.3",
"electron-updater": "^5.3.0",
"fs-extra": "^11.1.0",
"github-syntax-dark": "^0.5.0",
"jquery": "^3.6.1",
"notyf": "^3.10.0",
"request": "^2.88.2",
"semver": "^7.3.8",
"socket.io": "^4.5.4",
"socket.io-client": "^4.5.4",
"tar-fs": "^2.1.1",
"winreg": "^1.2.4"
},
"devDependencies": {
"cross-env": "^7.0.3",
"ejs-lint": "^2.0.0",
"electron": "^22.1.0",
"electron-builder": "^23.6.0",
"eslint": "^8.32.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^2.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NewzenMC/NewzenLauncher.git"
}
}