-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.37 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "locall-api",
"version": "1.0.0",
"description": "",
"author": "Valentin Diehl <[email protected]>",
"keywords": [],
"license": "ISC",
"main": "app.js",
"scripts": {
"start": "node server.js",
"test": "jest"
},
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"cookieparser": "^0.1.0",
"cors": "^2.8.5",
"dot-env": "0.0.1",
"dotenv": "^8.2.0",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-jwt": "^5.3.1",
"express-session": "^1.17.0",
"express-socket.io-session": "^1.3.5",
"fs": "0.0.1-security",
"http-errors": "^1.7.3",
"jest-junit": "^10.0.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"mongoose": "^5.9.5",
"mongoose-sequence": "^5.2.2",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pino": "^5.17.0",
"pino-http": "^4.4.0",
"pino-pretty": "^3.6.1",
"rotating-file-stream": "^2.0.2",
"socket.io": "^2.3.0",
"uuid": "^7.0.2"
},
"devDependencies": {
"jest": "^25.2.7",
"supertest": "^4.0.2"
},
"jest": {
"testEnvironment": "node",
"coveragePathIgnorePatterns": [
"/node_modules/",
"/routes/api/"
],
"reporters": [
"default",
"jest-junit"
]
}
}