-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.28 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": "fastify-metrics-js-prometheus",
"version": "3.0.0",
"description": "A Fastify plugin for consuming @metrics/client (https://www.npmjs.com/package/@metrics/client) streams and rendering a prometheus scraping page",
"main": "index.js",
"type": "module",
"scripts": {
"test": "tap --no-check-coverage",
"lint:fix": "eslint --fix .",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/finn-no/fastify-metrics-js-prometheus.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/finn-no/fastify-metrics-js-prometheus/issues"
},
"homepage": "https://github.com/finn-no/fastify-metrics-js-prometheus#readme",
"devDependencies": {
"@metrics/client": "^2.5.0",
"eslint": "^8.34.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"fastify": "^4.13.0",
"prettier": "^2.8.4",
"prom-client": "^14.1.1",
"supertest": "^6.3.3",
"tap": "^16.3.4"
},
"dependencies": {
"@metrics/guard": "^1.0.1",
"@metrics/process": "^2.2.0",
"@metrics/prometheus-consumer": "^3.0.0",
"abslog": "^2.4.0",
"fastify-plugin": "4.5.0"
}
}