-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 869 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": "memphy",
"version": "1.0.0",
"description": "an web service for football teams and players database",
"main": "index.js",
"scripts": {
"test": "jest --verbose --maxWorkers=1",
"start": "node index.js"
},
"engines": {
"node": "14.18.0",
"npm": "6.14.15"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"compression": "^1.7.4",
"config": "^3.3.6",
"debug": "^4.3.2",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"helmet": "^4.6.0",
"joi": "^17.4.2",
"joi-objectid": "^4.0.2",
"joi-password": "^1.6.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^6.0.9",
"supertest": "^6.1.6",
"winston": "^3.3.3",
"winston-mongodb": "^5.0.7"
},
"devDependencies": {
"jest": "^27.3.1"
}
}