{
  "name": "@anatine/zod-openapi",
  "version": "2.2.8",
  "description": "Zod to OpenAPI converter",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "license": "MIT",
  "public": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anatine/zod-plugins"
  },
  "homepage": "https://github.com/anatine/zod-plugins/tree/main/packages/zod-openapi",
  "author": {
    "name": "Brian McBride",
    "url": "https://www.linkedin.com/in/brianmcbride"
  },
  "keywords": [
    "zod",
    "openapi",
    "swagger"
  ],
  "dependencies": {
    "ts-deepmerge": "^6.0.3"
  },
  "peerDependencies": {
    "openapi3-ts": "^4.1.2",
    "zod": "^3.20.0"
  }
}
