-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 903 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
39
{
"name": "interview-scheduler",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js"
},
"author": "Rupeshiya",
"license": "MIT",
"dependencies": {
"@sendgrid/mail": "^7.4.0",
"app-root-path": "^3.0.0",
"body-parser": "^1.19.0",
"cloudinary": "^1.23.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"ejs": "^3.1.5",
"express": "^4.17.1",
"formidable": "^1.2.2",
"helmet": "^4.2.0",
"hpp": "^0.2.3",
"http-errors": "^1.8.0",
"http-status-codes": "^1.4.0",
"i": "^0.3.6",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"node-cron": "^2.0.3",
"npm": "^6.14.9",
"path": "^0.12.7",
"winston": "^3.3.3"
},
"devDependencies": {
"dotenv": "^8.2.0",
"nodemon": "^2.0.6"
}
}