{
  "name": "mongoose-to-erd",
  "version": "1.0.17",
  "description": "Convert your mongoose schema to Entity Relationship Diagram Easily",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/faraasat/mongoose-to-erd.git"
  },
  "engines": {
    "node": ">=16"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    }
  },
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsup && rm -rf *.d.mts",
    "release": "standard-version"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "mongoose",
    "mongoose to erd",
    "erd",
    "entity relationship diagram",
    "database",
    "mongodb"
  ],
  "author": "Farasat Ali <63093876+faraasat@users.noreply.github.com>",
  "license": "MIT",
  "dependencies": {
    "@terrastruct/d2": "^0.1.21"
  },
  "peerDependencies": {
    "mongoose": ">=5.2.9"
  },
  "devDependencies": {
    "@types/node": ">=18.0.0",
    "standard-version": "^9.5.0",
    "tsup": "^8.5.0",
    "typescript": "^5.4.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
