-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
78 lines (78 loc) · 1.95 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "bread-and-breakfast-backend",
"version": "1.0.0",
"description": "backend to https://desi-airbnb.netlify.app/",
"main": "index.js",
"dependencies": {
"@bull-board/express": "^3.2.7",
"aws-sdk": "^2.912.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"bull": "^3.22.7",
"celebrate": "^14.0.0",
"connect-redis": "^5.2.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"express-session": "^1.17.1",
"express-winston": "^4.1.0",
"faker": "^5.5.3",
"helmet": "^4.6.0",
"http-status-codes": "^2.1.4",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"method-override": "^3.0.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"node-cmd": "^4.0.0",
"nodemailer": "^6.6.0",
"nodemon": "^2.0.7",
"pg": "^7.18.2",
"razorpay": "^2.0.6",
"redis": "^3.1.2",
"sequelize": "^5.22.3",
"sequelize-cli": "^5.5.1",
"serve-favicon": "^2.5.0",
"swagger-ui-express": "^4.1.6",
"uuid": "^8.3.2",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.4.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon",
"sequelize": "env $(cat .env | grep -v ^# | xargs) sequelize"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aquib-J/bread-and-breakfast-backend.git"
},
"keywords": [
"node",
"node-project",
"jansher",
"aquib",
"aquib-J",
"postgres",
"redis",
"airbnb",
"airbnb-clone",
"sequelize",
"s3",
"heroku",
"bulletproof",
"node",
"backend"
],
"author": "Jansher Aquib || aquib-J",
"license": "ISC",
"bugs": {
"url": "https://github.com/aquib-J/bread-and-breakfast-backend/issues"
},
"homepage": "https://github.com/aquib-J/bread-and-breakfast-backend#readme"
}