UNPKG

express-insights

Version:

Production-ready Express middleware for backend health monitoring with metrics, HTML/JSON output, authentication, and service checks.

35 lines 842 B
{ "name": "express-insights", "version": "1.0.1", "main": "index.js", "type": "commonjs", "description": "Production-ready Express middleware for backend health monitoring with metrics, HTML/JSON output, authentication, and service checks.", "keywords": [ "express", "healthcheck", "health-monitor", "server-status", "backend", "middleware", "monitoring", "metrics", "devops", "prometheus", "system-monitoring" ], "author": "Mahmudr", "license": "MIT", "homepage": "https://express-insights.netlify.app", "dependencies": { "check-disk-space": "^3.4.0", "dotenv": "^16.4.5", "express": "^4.19.2", "sanitize-html": "^2.13.0", "validator": "^13.12.0", "winston": "^3.14.2" }, "devDependencies": { "jest": "^29.7.0", "supertest": "^7.0.0" } }