-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.33 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.33 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
56
{
"name": "hungrezy-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "jest",
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@upstash/redis": "^1.30.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cloudinary": "^2.0.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"fs": "^0.0.1-security",
"helmet": "^7.1.0",
"http-status-codes": "^2.2.0",
"joi": "^17.12.0",
"JSONStream": "^1.3.5",
"jsonwebtoken": "^9.0.2",
"mongodb": "^5.7.0",
"mongoose": "^7.4.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.8",
"path": "^0.12.7",
"randomstring": "^1.3.0",
"readline": "^1.3.0",
"redis": "^4.6.13",
"rotating-file-stream": "^3.2.1",
"socket.io": "^4.7.4",
"supertest": "^7.0.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"twilio": "^4.15.0",
"url": "^0.11.3"
},
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"jest-html-reporter": "^3.10.2",
"jest-junit": "^16.0.0",
"supertest": "^7.0.0",
"nodemon": "^3.0.1"
}
}