-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 917 Bytes
/
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
{
"name": "rateit",
"version": "1.0.0",
"description": "Is a backend service to display movies data.",
"main": "indes.js",
"author": "Muhanned Noman <[email protected]>",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.0.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"fawn": "^2.1.5",
"helmet": "^4.1.1",
"joi": "^14.3.1",
"joi-objectid": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"moment": "^2.28.0",
"mongoose": "^5.9.25",
"nodemon": "^2.0.4",
"react-toastify": "^6.0.8",
"winston": "^3.3.3",
"winston-mongodb": "^5.0.3"
},
"scripts": {
"start": "node index.js",
"test": "jest --watchAll --verbose --i --coverage"
},
"engines": {
"node": "12.18.0"
},
"devDependencies": {
"jest": "^26.4.2",
"supertest": "^4.0.2"
}
}