{
  "name": "@shadow-library/mongoose",
  "type": "module",
  "version": "0.0.4",
  "description": "A modular Mongoose integration for the Shadow framework, enabling schema definitions, connections, and model injection using decorators.",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/shadow-library/mongoose.git"
  },
  "author": "Leander Paul <leanderpaul97@outlook.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shadow-library/mongoose/issues"
  },
  "homepage": "https://github.com/shadow-library/mongoose#readme",
  "peerDependencies": {
    "@shadow-library/app": "^1.0.8",
    "@shadow-library/common": "^1.0.13",
    "mongoose": "^8.0.0",
    "reflect-metadata": "^0.2.2"
  },
  "dependencies": {
    "mongoose-lean-virtuals": "^2.0.0"
  },
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "types": "./esm/index.d.ts",
  "exports": {
    ".": {
      "import": "./esm/index.js",
      "require": "./cjs/index.js"
    }
  }
}