{
  "name": "express-control-room",
  "version": "0.0.3",
  "description": "Express Control Room is a middleware package for the Express.js framework designed to provide a centralized control interface for managing and monitoring various aspects of your Express application and the server. It offers features such as real-time logging, route management, and request/response inspection, server monitoring.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "homepage": "https://github.com/gotocva/express-control-room",
  "issues": "https://github.com/gotocva/express-control-room/issues",
  "keywords": [
    "Monitoring",
    "Observability Tools",
    "Tracing",
    "Logging",
    "Alerting",
    "Performance Metrics",
    "Metrics"
  ],
  "author": "sivabharathy <gotocva@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "duckdb": "^0.9.2",
    "express": "^4.18.2",
    "express-basic-auth": "^1.2.1",
    "moment": "^2.29.4",
    "pidusage": "^3.0.2",
    "pm2": "^5.3.0",
    "uuid": "^9.0.1"
  }
}
