-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 953 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 953 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
38
39
{
"name": "third",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"start:prod": "NODE_ENV=development nodemon server.js",
"debug": "ndb server.js"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"esm": "^3.2.25",
"express": "^4.19.2",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^7.3.1",
"express-rate-limiter": "^1.3.1",
"express-xss-sanitizer": "^1.2.0",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.7.0",
"mongoose": "^8.4.3",
"morgan": "^1.10.0",
"nodemailer": "^6.9.14",
"nodemon": "^3.1.4",
"validator": "^13.12.0",
"xss-clean": "^0.1.4"
}
}