mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-01-18 16:27:28 +01:00
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "express-prom-bundle",
|
|
"version": "6.3.1",
|
|
"description": "express middleware with popular prometheus metrics in one bundle",
|
|
"main": "src/index.js",
|
|
"keywords": [
|
|
"prometheus",
|
|
"metrics",
|
|
"express",
|
|
"path",
|
|
"method"
|
|
],
|
|
"files": [
|
|
"src",
|
|
"types/index.d.ts"
|
|
],
|
|
"types": "types",
|
|
"scripts": {
|
|
"test": "node_modules/jasme/run.js",
|
|
"coverage": "make coverage",
|
|
"dtslint": "dtslint types"
|
|
},
|
|
"author": "Konstantin Pogorelov <or@pluseq.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"on-finished": "^2.3.0",
|
|
"url-value-parser": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.16.1",
|
|
"coveralls": "^3.0.2",
|
|
"dtslint": "^0.7.1",
|
|
"eslint": "^5.11.0",
|
|
"express": "^4.16.4",
|
|
"istanbul": "^0.4.5",
|
|
"jasme": "^6.0.0",
|
|
"koa": "^2.6.2",
|
|
"koa-connect": "^2.0.1",
|
|
"prom-client": "^13.0.0",
|
|
"supertest": "^3.3.0",
|
|
"supertest-koa-agent": "^0.3.0",
|
|
"typescript": "^3.4.5"
|
|
},
|
|
"peerDependencies": {
|
|
"prom-client": ">=12.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jochen-schweizer/express-prom-bundle.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
}
|