UNPKG

fastify-actuator

Version:

A Fastify plugin that adds a customizable /health endpoint

36 lines (35 loc) 720 B
{ "name": "fastify-actuator", "version": "1.1.2", "description": "A Fastify plugin that adds a customizable /health endpoint", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsup", "dev": "tsup --watch", "prepublishOnly": "npm run build", "publish": "npm publish --access public" }, "files": [ "dist" ], "keywords": [ "fastify", "plugin", "health", "actuator", "monitoring" ], "author": "", "license": "ISC", "devDependencies": { "@types/node": "^22.15.15", "fastify": "^5.3.2", "tsup": "^8.4.0", "typescript": "^5.8.3" }, "dependencies": { "dotenv": "^16.5.0", "fastify-plugin": "^5.0.1" } }