-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.19 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
{
"name": "Server",
"version": "3.0.3",
"author": "AE-Team, JET Team, Paulov, Kestrel.0",
"license": "MIT",
"scripts": {
"start": "node core/update.js",
"generate-docs": "jsdoc -c jsdoc.json -r .",
"package": "pkg .",
"debug": "node core/update.js --trace-warnings"
},
"dependencies": {
"@octokit/rest": "^19.0.7",
"7zip-bin": "^5.2.0",
"adm-zip": "^0.5.10",
"chalk": "^4.1.2",
"cli-progress": "^3.12.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"crypto": "^1.0.1",
"decimal-adjust": "^0.0.0",
"docdash": "^1.2.0",
"ejs": "^3.1.7",
"express": "^4.18.1",
"https": "^1.0.0",
"mathjs": "^10.6.1",
"node-7z": "^3.0.0",
"node-fetch": "^3.3.1",
"node-fetch-commonjs": "^3.2.4",
"node-unrar-js": "^2.0.0",
"pkg": "^5.8.0",
"selfsigned": "^2.0.1",
"unrar": "^0.2.0",
"uuid": "^8.3.2",
"write-json-file": "^4.3.0",
"ws": "^8.8.1"
},
"bin": "bin/www.js",
"pkg": {
"scripts": [
"core/**/*.js",
"src/**/*.js"
],
"assets": [
"res/**/*",
"db/**/*",
"public/**/*",
"express/views/**/*"
],
"targets": [
"node16-win"
]
}
}