-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
33 lines (33 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
{
"name": "@creditkarma/good-influx",
"version": "6.0.0",
"repository": "https://github.com/creditkarma/good-influx",
"description": "InfluxDB broadcasting for Good process monitor",
"main": "lib/index.js",
"scripts": {
"test": "lab -m 5000 -t 93 -v -La @hapi/code",
"test-cov-html": "lab -m 5000 -r html -o coverage.html -La @hapi/code"
},
"author": "Frederic Hemberger (https://frederic-hemberger.de/)",
"license": "MIT",
"dependencies": {
"@hapi/hoek": "^10.0.0",
"@hapi/wreck": "^18.0.0",
"fast-safe-stringify": "^2.0.2",
"lodash": "^4.17.10"
},
"devDependencies": {
"@hapi/code": "^9.0.0",
"@hapi/eslint-plugin": "^6.0.0",
"@hapi/lab": "^25.0.1",
"@types/node": "^16.11.34",
"eslint": "^8.16.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"sinon": "^14.0.0"
},
"engines": {
"node": ">=8.0.0"
}
}