UNPKG

@promster/express

Version:

Express server integrations of promster

50 lines 1.18 kB
{ "name": "@promster/express", "version": "15.4.1", "description": "Express server integrations of promster", "main": "dist/promster-express.cjs.js", "typings": "dist/promster-express.cjs.d.ts", "types": "dist/promster-express.cjs.d.ts", "files": [ "readme.md", "package.json", "LICENSE", "dist/**", "modules/**" ], "engines": { "node": ">=20", "npm": ">=8" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/tdeekens/promster.git", "directory": "packages/express" }, "author": "Tobias Deekens <nerd@tdeekens.name>", "license": "MIT", "bugs": { "url": "https://github.com/tdeekens/promster/issues" }, "homepage": "https://github.com/tdeekens/promster#readme", "keywords": [ "metrics", "continousdelivery", "prometheus" ], "dependencies": { "merge-options": "3.0.4", "tslib": "2.8.1", "@promster/metrics": "15.4.1", "@promster/types": "15.4.1" }, "devDependencies": { "@types/express": "4.17.23", "express": "4.21.2", "parse-prometheus-text-format": "1.1.1", "@promster/server": "15.4.1" } }