mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-01-18 16:27:28 +01:00
25 lines
586 B
JSON
25 lines
586 B
JSON
{
|
|
"name": "express-prom-bundle",
|
|
"version": "1.0.0",
|
|
"description": "express middleware with popular prometheus metrics in one bundle",
|
|
"main": "src/index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "node_modules/jasme/run.js"
|
|
},
|
|
"author": "Konstantin Pogorelov <or@pluseq.com> (https://github.com/disjunction)",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"on-finished": "^2.3.0",
|
|
"prom-client": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^2.8.0",
|
|
"express": "^4.13.4",
|
|
"jasme": "^4.1.1",
|
|
"supertest": "^1.2.0"
|
|
}
|
|
}
|