-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 953 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": "askoverflow-server",
"version": "1.0.0",
"description": "This is backend login for askoverflow project",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vasu-1/askoverflow-server.git"
},
"keywords": [
"mernstack"
],
"author": "Vashishth Patel",
"license": "MIT",
"bugs": {
"url": "https://github.com/vasu-1/askoverflow-server/issues"
},
"homepage": "https://github.com/vasu-1/askoverflow-server#readme",
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"dotenv": "^16.4.4",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.0",
"nodemailer": "^6.7.8",
"validation": "^0.0.1"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}