UNPKG

@promster/fastify

Version:

Fastify server integrations of promster

49 lines 1.16 kB
{ "name": "@promster/fastify", "version": "15.5.1", "description": "Fastify 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/fastify" }, "files": [ "readme.md", "package.json", "LICENSE", "dist/**", "modules/**" ], "main": "dist/promster-fastify.cjs.js", "types": "dist/promster-fastify.cjs.d.ts", "typings": "dist/promster-fastify.cjs.d.ts", "publishConfig": { "access": "public" }, "dependencies": { "fastify-plugin": "^5.1.0", "merge-options": "3.0.4", "parse-prometheus-text-format": "1.1.1", "@promster/metrics": "15.5.1", "@promster/server": "15.5.1" }, "devDependencies": { "fastify": "5.8.5", "@promster/types": "15.5.1" }, "engines": { "node": ">=20", "npm": ">=8" } }