UNPKG

@promster/express

Version:

Express server integrations of promster

72 lines 1.64 kB
{ "name": "@promster/express", "version": "15.5.2", "description": "Express server integrations of promster", "keywords": [ "continousdelivery", "metrics", "prometheus" ], "homepage": "https://github.com/tdeekens/promster#readme", "bugs": { "url": "https://github.com/tdeekens/promster/issues" }, "license": "MIT", "author": "Tobias Deekens <nerd@tdeekens.name>", "repository": { "type": "git", "url": "https://github.com/tdeekens/promster.git", "directory": "packages/express" }, "files": [ "readme.md", "package.json", "LICENSE", "dist/**" ], "type": "module", "sideEffects": false, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "publishConfig": { "access": "public" }, "dependencies": { "merge-options": "3.0.4", "tslib": "2.8.1", "@promster/metrics": "15.5.2" }, "devDependencies": { "@types/express": "5.0.6", "express": "5.2.1", "parse-prometheus-text-format": "1.1.1", "tsdown": "0.22.2", "@promster/server": "15.5.2", "@promster/tsconfig": "15.5.2", "@promster/tsdown-config": "15.5.2", "@promster/types": "15.5.2" }, "engines": { "node": ">=20", "npm": ">=8" }, "scripts": { "build": "tsdown", "check-types": "tsc --noEmit", "test": "vitest --run", "test:watch": "vitest", "dev": "tsdown --watch" } }