-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 901 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
{
"name": "potato",
"type": "module",
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.421.0",
"@aws-sdk/client-s3": "^3.421.0",
"@aws-sdk/lib-storage": "^3.421.0",
"@koa/cors": "^4.0.0",
"@koa/multer": "^3.0.2",
"@koa/router": "^12.0.0",
"arg": "^5.0.2",
"aws-sdk": "^2.1467.0",
"dayjs": "^1.11.10",
"fast-xml-parser": "^4.3.1",
"he": "^1.2.0",
"icqq": "^0.5.4",
"jsdom": "^22.1.0",
"jsonwebtoken": "^9.0.2",
"koa": "^2.14.2",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.5",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"qiniu": "^7.9.0",
"sequelize": "^6.33.0",
"sharp": "^0.32.6",
"ts-node": "^10.9.1",
"uuid": "^9.0.1",
"validator": "^13.11.0",
"winston": "^3.10.0",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/node-schedule": "^2.1.1",
"@types/uuid": "^9.0.4"
}
}