-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 922 Bytes
/
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
{
"name": "dejun-blog-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "cross-env NODE_ENV=dev nodemon ./bin/www"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.290.0",
"@aws-sdk/lib-storage": "^3.290.0",
"aws-sdk": "^2.1333.0",
"body-parser": "^1.20.2",
"connect-multiparty": "^2.2.0",
"connect-redis": "^6.1.3",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-boom": "^3.0.0",
"express-session": "^1.17.3",
"http-errors": "~1.6.3",
"jade": "^0.29.0",
"jsonwebtoken": "^9.0.0",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"redis": "^4.6.5",
"xss": "^1.0.14"
},
"devDependencies": {
"cross-env": "^7.0.3",
"nodemon": "^2.0.20"
},
"engines": {
"node": "18.x"
}
}