{
  "name": "keeno-mongodb",
  "version": "0.1.0",
  "description": "Implments function to create mongodb connections and winston logger using mongodb",
  "main": "index.js",
  "dependencies": {
    "mongodb": "^6.16.0",
    "mongoose": "^8.15.1",
    "winston": "^3.17.0",
    "winston-mongodb": "^6.0.0",
    "keeno-system": "0.2.2",
    "keeno-schema": "0.4.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/miketerry-org/multitenant-mongodb.git"
  },
  "keywords": [
    "keeno",
    "express",
    "mongodb",
    "mongoose",
    "winston"
  ],
  "author": "Mike Terry",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/miketerry-org/multitenant-mongodb/issues"
  },
  "homepage": "https://github.com/miketerry-org/multitenant-mongodb#readme",
  "scripts": {
    "dev": "NODE_ENV=dev nodemon index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}