-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 920 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 920 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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index",
"start": "node index.js",
"heroku-postbuild": "cd client && npm install && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "16.17.1"
},
"author": "Afolabi Opeyemi",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"aws-sdk": "^2.1174.0",
"bcrypt": "^5.0.1",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"country-state-city": "^3.0.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-session": "^1.17.3",
"mongodb": "^4.7.0",
"multer": "^1.4.2",
"nodemailer": "^6.7.7",
"nodemailer-mailgun-transport": "^2.1.4",
"nodemon": "^2.0.20",
"path": "^0.12.7",
"sendgrid": "^5.2.3",
"sendgrid-web": "^0.0.5",
"util": "^0.12.4"
}
}