-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 946 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 946 Bytes
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
{
"name": "anubis",
"version": "0.0.0",
"private": true,
"bin": "./bin/www",
"pkg": {
"targets": [
"node18-linux",
"node18-macos"
],
"assets": [
"public/**/*",
"views/**/*"
]
},
"scripts": {
"build": "pkg . --out-path=dist",
"dev": "nodemon ./bin/www",
"start": "node ./bin/www",
"update": "wget https://github.com/out0fmemory/qqwry.dat/raw/master/qqwry_lastest.dat -O ./data/qqwry_lastest.dat"
},
"engines": {
"node": ">=18.12.0"
},
"dependencies": {
"debug": "~2.6.9",
"dotenv": "^16.3.1",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-session": "^1.17.2",
"fail2ban-node": "^1.0.0",
"geoip-lite": "^1.4.7",
"http-errors": "~1.6.3",
"log4js": "^6.9.1",
"serve-favicon": "^2.5.0"
},
"optionalDependencies": {
"compression": "^1.7.4"
},
"devDependencies": {
"nodemon": "^2.0.16",
"pkg": "^5.8.1"
}
}