-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 960 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
39
40
41
42
43
{
"name": "proche",
"version": "1.0.0",
"description": "projet federateur proche",
"main": "app.js",
"scripts": {
"test": "jest --watchAll --verbose --runInBand",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "proche"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"config": "^3.2.3",
"cors": "^2.8.5",
"debug": "^4.1.1",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"fawn": "^2.1.5",
"helmet": "^3.21.2",
"joi": "^14.3.1",
"joi-objectid": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"mongoose": "^5.7.5",
"morgan": "^1.9.1",
"nodemon": "^2.0.2",
"pug": "^2.0.4",
"react-time-range": "^1.0.4",
"winston": "^3.2.1"
},
"devDependencies": {
"jest": "^24.9.0",
"supertest": "^4.0.2"
}
}