-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 893 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 893 Bytes
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": "master-backend-express",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"server": "nodemon server.js"
},
"keywords": [],
"author": "Eng. Mahmud Ibrahim",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.12.1",
"@vinejs/vine": "^2.0.0",
"bcryptjs": "^2.4.3",
"bullmq": "^5.5.4",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-fileupload": "^1.5.0",
"express-rate-limit": "^7.2.0",
"express-redis-cache": "^1.1.3",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"nodemailer": "^6.9.13",
"nodemon": "^3.1.0",
"uuid": "^9.0.1",
"winston": "^3.13.0"
},
"devDependencies": {
"prisma": "^5.12.1"
}
}