-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "user-registration-api",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "env-cmd -f ./.env nodemon index.js",
"algolia": "env-cmd -f ./.env nodemon src/services/algolia/algolia.js"
},
"author": "Frank Atukunda",
"license": "MIT",
"dependencies": {
"socket.io": "^2.3.0",
"algoliasearch": "^3.35.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.6-alpha.6",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.2.7",
"mongoose": "^5.5.14",
"morgan": "^1.9.1",
"nodemailer": "^6.4.2",
"stripe": "^7.13.0",
"validator": "^11.0.0"
},
"devDependencies": {
"env-cmd": "^9.0.3",
"bcrypt": "^3.0.6",
"bcryptjs": "^2.4.3",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"email-validator": "^2.0.4",
"express": "~4.16.1",
"http-errors": "^1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.3.3",
"mongoose": "^5.7.8",
"morgan": "~1.9.1",
"nodemon": "^1.19.4",
"password-validator": "^5.0.3",
"validator": "^12.0.0"
}
}