-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "zerocat-backend",
"private": true,
"type": "module",
"scripts": {
"test": "echo \"No test specified\" && exit 0",
"start": "node .bin/www",
"prisma": "prisma generate",
"prisma:pull": "prisma db pull && prisma generate",
"dev": "NODE_ENV=development nodemon node .bin/www"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.712.0",
"@prisma/client": "^6.1.0",
"axios": "^1.7.9",
"body-parser": "^1.20.1",
"compression": "^1.7.5",
"connect-multiparty": "^2.2.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-jwt": "^8.5.1",
"express-session": "^1.18.1",
"express-winston": "^4.2.0",
"html-entities": "^2.5.2",
"jsonwebtoken": "^9.0.0",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"nodemailer": "^6.9.16",
"otpauth": "^9.3.5",
"phpass": "^0.1.1",
"request": "^2.88.0",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"prisma": "^6.1.0"
}
}