-
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) · 933 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 933 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
{
"dependencies": {
"bcrypt": "^5.1.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-async-handler": "^1.2.0",
"express-fileupload": "^1.5.1",
"express-mongo-sanitize": "^2.2.0",
"express-validator": "^7.2.0",
"helmet": "^8.0.0",
"http-errors": "^2.0.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.7.3",
"morgan": "^1.10.0",
"nodemon": "^3.1.7",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"trim-request": "^1.0.6",
"validator": "^13.12.0",
"winston": "^3.15.0"
},
"name": "chatifyapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "nodemon server.js",
"start:prod": "cross-env NODE_ENV=production nodemon server.js"
},
"author": "",
"license": "ISC"
}