-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
52 lines (52 loc) · 1.32 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
{
"name": "danmaku",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node --expose-gc --max-old-space-size=200 ./bin/www",
"dev": "nodemon --expose-gc --max-old-space-size=200 ./bin/www",
"test": "nyc -a mocha --recursive",
"deploy": "flyctl deploy",
"logs": "flyctl logs"
},
"dependencies": {
"ali-oss": "^6.17.1",
"axios": "^1.2.1",
"bootstrap": "^3.4.1",
"chai": "^4.3.7",
"chai-http": "^4.3.0",
"compression": "^1.7.4",
"cookie": "^0.5.0",
"cookie-parser": "~1.4.4",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "~4.18.2",
"express-rate-limit": "^7.1.5",
"filesize": "^10.0.5",
"got": "^11.8.2",
"http-errors": "~1.6.3",
"jquery": "^3.6.1",
"js-yaml": "^4.1.0",
"leancloud-storage": "^4.13.4",
"lib-qqwry": "^1.2.0",
"moment": "^2.29.4",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.2",
"node-telegram-bot-api": "^0.60.0",
"openai": "^3.2.1",
"pako": "^1.0.11",
"querystring": "^0.2.1",
"sqlite3": "^5.1.7",
"whacko": "^0.19.1",
"xml-js": "^1.6.11"
},
"devDependencies": {
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"mocha": "^10.1.0",
"nodemon": "^2.0.20",
"nyc": "^15.1.0"
}
}