-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 751 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
{
"name": "tasks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-validator": "^6.14.2",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.11.0",
"mongoose": "^6.7.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.8.0",
"nodemailer-sendgrid-transport": "^0.2.0",
"swagger-autogen": "^2.22.0",
"swagger-jsdoc": "^6.2.5",
"swagger-ui-express": "^4.6.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "Mohamed Yossry",
"license": "ISC"
}