-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 720 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 720 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
{
"name": "api",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start-gendoc": "node swagger.js"
},
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"email-templates": "^8.0.8",
"express": "^4.17.2",
"express-paginate": "^1.0.2",
"express-validator": "^6.14.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.1.2",
"mongoose-unique-validator": "^3.0.0",
"multer": "^1.4.4",
"nodemailer": "^6.7.2",
"passport": "^0.5.2",
"passport-jwt": "^4.0.0",
"swagger-autogen": "^2.17.2",
"swagger-ui-express": "^4.3.0"
}
}