-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.53 KB
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
{
"name": "arknights-interlocking-comfrontation-bp-server",
"version": "0.1.4",
"description": "明日方舟联锁对抗 BP 服务端",
"scripts": {
"build": "node ./build.js",
"dev": "ts-node-dev ./src/index.ts",
"preview": "node ./.output/index.js"
},
"keywords": [
"express",
"node",
"boilerplate"
],
"license": "MIT",
"dependencies": {
"body-parser": "^1.20.2",
"chalk": "^4.1.2",
"connect-history-api-fallback": "^2.0.0",
"cookie-parser": "^1.4.6",
"dayjs": "^1.11.13",
"express": "^4.19.2",
"express-rate-limit": "^6.11.0",
"express-session": "^1.18.1 ",
"jsonwebtoken": "^9.0.2",
"mri": "^1.2.0",
"node-schedule": "^2.1.1",
"ofetch": "^1.4.1",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"socket.io": "^4.8.1",
"winston": "^3.10.0",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/connect-history-api-fallback": "^1.5.1",
"@types/cookie-parser": "^1.4.4",
"@types/express": "^5.0.0",
"@types/express-session": "^1.17.6",
"@types/jsonwebtoken": "^9.0.3",
"@types/node": "^18",
"@types/node-schedule": "^2.1.1",
"@types/passport": "^1.0.12",
"@types/passport-jwt": "^3.0.9",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cli-progress": "^3.12.0",
"eslint": "^8.49.0",
"eslint-plugin-tsdoc": "^0.2.17",
"ts-node-dev": "^2.0.0",
"typescript": "^ 5.7.3",
"undici": "^7.3.0"
}
}