{
  "name": "@anatine/zod-nestjs",
  "version": "0.2.0",
  "description": "Zod helper methods for NestJS",
  "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-nestjs",
  "author": {
    "name": "Brian McBride",
    "url": "https://www.linkedin.com/in/brianmcbride"
  },
  "keywords": [
    "zod",
    "openapi",
    "swagger",
    "nestjs"
  ],
  "dependencies": {
    "@anatine/zod-openapi": "^0.2.0",
    "validator": "^13.6.0",
    "ts-deepmerge": "^1.0.8",
    "@nestjs/common": "^8.0.5"
  },
  "peerDependencies": {
    "zod": "^3.5.1",
    "openapi3-ts": "^2.0.1",
    "@nestjs/core": "^8.0.1"
  },
  "typings": "./src/index.d.ts"
}