-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 839 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
{
"name": "messaging-app",
"version": "0.0.0",
"engines": {
"node": ">=16.20.1"
},
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "1.20.2",
"connect-mongodb-session": "^5.0.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "16.4.5",
"express": "~4.16.1",
"express-async-handler": "^1.2.0",
"express-validator": "^7.0.1",
"http-errors": "~1.6.3",
"jsonwebtoken": "^9.0.2",
"markdown-it": "^14.1.0",
"mongodb": "6.5.0",
"mongoose": "8.3.1",
"morgan": "~1.9.1",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"passport-local": "~1.x",
"pug": "~3.x",
"set-value": "^4.1.0",
"url-parse": "^1.5.10",
"validator": "^13.11.0",
"winston": "^3.3.3"
}
}