mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-03-18 21:30:38 +01:00
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.39.2 to 10.0.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/HEAD/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "@breizhhardware/express-prom-bundle",
|
|
"version": "8.0.8",
|
|
"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/index.d.ts",
|
|
"scripts": {
|
|
"test": "NODE_ENV=test node_modules/jasme/run.js",
|
|
"lint": "eslint src",
|
|
"coverage": "make coverage",
|
|
"test-types": "tsd"
|
|
},
|
|
"author": "BreizhHardware <felix.marquet@horoquartz.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/express": "^5.0.0",
|
|
"on-finished": "^2.3.0",
|
|
"url-value-parser": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^10.0.1",
|
|
"dts": "^0.1.1",
|
|
"eslint": "^10.0.0",
|
|
"express": "^5.1.0",
|
|
"globals": "^17.3.0",
|
|
"jasme": "^6.0.0",
|
|
"koa": "^3.0.1",
|
|
"koa-connect": "^2.0.1",
|
|
"prom-client": "^15.0.0",
|
|
"supertest": "^7.1.4",
|
|
"supertest-koa-agent": "^0.3.0",
|
|
"tsd": "^0.33.0",
|
|
"typescript": "^5.9.3",
|
|
"nyc": "^17.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"prom-client": ">=15.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/BreizhHardware/express-prom-bundle"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|