generated from ah2k-dev/Be-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.1 KB
/
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
40
41
{
"name": "BE-boilerplate",
"version": "1.0.0",
"description": "",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./src/index.js",
"start": "node ./src/index.js",
"swagger": "node ./swagger.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ah2k-dev/userAuth-with-email-verification.git"
},
"author": "ah2k-dev",
"license": "ISC",
"bugs": {
"url": "https://github.com/ah2k-dev/userAuth-with-email-verification/issues"
},
"homepage": "https://github.com/ah2k-dev/userAuth-with-email-verification#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.5.4",
"nodemailer": "^6.7.8",
"nodemailer-sendgrid-transport": "^0.2.0",
"socket.io": "^4.6.1",
"swagger-autogen": "^2.23.1",
"swagger-ui-express": "^4.6.2",
"validator": "^13.7.0",
"winston": "^3.8.2"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}