{
  "name": "cubeforall-dbconnection",
  "version": "1.1.4",
  "description": "A centralized MongoDB connection handler with connection pooling and graceful shutdown support.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://devops.ccn/PegasusCollection/Project%20Pegasus/_git/mongo-central"
  },
  "keywords": [
    "mongodb",
    "connection",
    "pooling"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "dotenv": "^16.0.2",
    "mongodb": "^4.17.2",
    "mongoose": "^8.12.2"
  }
}
