-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"dependencies": {
"bcrypt": "^5.1.0",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-session": "^1.17.3",
"ioredis": "^5.2.4",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.8.2",
"morgan": "^1.10.0",
"nodemailer": "^6.8.0",
"nodemailer-smtp-transport": "^2.7.4",
"nodemon": "^2.0.20",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"pm2": "^5.2.2",
"stripe": "^11.12.0",
"swagger-ui-express": "^4.6.2",
"uuid": "^9.0.0",
"yamljs": "^0.3.0"
},
"scripts": {
"start": "node server.js"
},
"name": "book-my-counsel",
"version": "1.0.0",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pratap562/book-my-counsel.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pratap562/book-my-counsel/issues"
},
"homepage": "https://github.com/pratap562/book-my-counsel#readme",
"description": ""
}