-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 957 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
37
38
{
"name": "5dsolutions",
"version": "1.0.0",
"main": "bin/www",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"country-state-city": "^1.0.5",
"dotenv": "^8.2.0",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-jwt": "^5.3.3",
"express-rate-limit": "^5.1.3",
"express-sanitizer": "^1.0.5",
"moment": "^2.27.0",
"mongoose": "^5.9.20",
"mongoose-deep-populate": "^3.2.0",
"mongoose-float": "^1.0.4",
"mongoose-unique-validator": "^2.0.3",
"mongoose-validators": "^0.1.0",
"multer": "^1.4.2",
"nodemailer": "^6.4.10",
"path": "^0.12.7",
"request": "^2.88.2",
"serve-favicon": "^2.5.0",
"url": "^0.11.0"
},
"description": "",
"devDependencies": {}
}