-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1 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
{
"name": "k-dk",
"version": "1.0.0",
"description": "library for common login mechanism and CLS hooks",
"scripts": {
"test": "LOG_LEVEL=error mocha test --reporter spec | bunyan -o short",
"tdd": "LOG_LEVEL=debug mocha test -w --watch-files test/**/*.js,src/**/*.js | bunyan -o short"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@influxdata/influxdb-client": "^1.8.0",
"amqplib": "^0.5.2",
"bunyan": "^1.8.12",
"bunyan-loggly": "^1.3.5",
"cls-hooked": "^4.2.2",
"cls-mongoose": "^2.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fwsp-config": "1.1.5",
"fwsp-jsutils": "^1.0.10",
"fwsp-logger": "0.3.2",
"fwsp-server-response": "2.2.6",
"hydra": "^1.0.5",
"hydra-express": "1.6.0",
"mongoose": "4.8.6",
"swagger-mongoose": "https://github.com/krysalead/swagger-mongoose#v1.1.2-krysalead"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.1.3",
"q": "^1.5.1",
"sinon": "^9.0.3"
}
}