-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "@utilitywarehouse/uw-lib-prometheus.js",
"version": "1.0.11",
"description": "A tiny wrapper around prom-client offering some express middleware and registry for defined metrics.",
"main": "index.js",
"scripts": {
"test": "mocha -r tests/.spec.js --recursive tests/spec",
"lint": "eslint .",
"precommit": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/utilitywarehouse/uw-lib-prometheus.js.git"
},
"keywords": [
"prometheus",
"grafana",
"express",
"metrics",
"instrumentation"
],
"author": "Michael Donat <michael.donat@me.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/utilitywarehouse/uw-lib-prometheus.js/issues"
},
"homepage": "https://github.com/utilitywarehouse/uw-lib-prometheus.js#readme",
"dependencies": {
"on-finished": "^2.3.0",
"prom-client": "^3.4.6"
},
"devDependencies": {
"chai": "^4.3.6",
"dirty-chai": "^2.0.1",
"eslint": "^8.9.0",
"eslint-config-imperative-es6": "^2.1.0",
"husky": "^7.0.4",
"mocha": "^9.2.0",
"node-mocks-http": "^1.11.0",
"sinon": "^13.0.1",
"sinon-chai": "^3.7.0"
}
}