-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 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
{
"name": "filmhub-backend",
"version": "1.0.0",
"description": "filmhub Backend service with role-based-authenticaton,Input-validation,Email sending, Media-File-upload,Login and Registration routes",
"main": "server.js",
"scripts": {
"start": "node server.js",
"build": "echo hello world",
"dev": "nodemon server.js"
},
"keywords": [],
"author": "Stephen Ehiabhi",
"license": "MIT",
"dependencies": {
"@google-cloud/storage": "^5.3.0",
"@hapi/joi": "^17.1.1",
"aws-sdk": "^2.1165.0",
"bcryptjs": "^2.4.3",
"consola": "^2.14.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"gridfs-stream": "^1.1.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.0",
"mongoose": "^5.13.7",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.2.0",
"multer-s3": "^2.9.0",
"nodemailer": "^6.6.3",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"validator": "^13.7.0"
},
"engines": {
"node": "12.x"
}
}