{
  "name": "@express-zod-api/zod-plugin",
  "version": "6.0.1",
  "license": "MIT",
  "description": "Zod plugin for express-zod-api",
  "sideEffects": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RobinTail/express-zod-api.git"
  },
  "author": {
    "name": "Anna Bocharova",
    "url": "https://robintail.cz",
    "email": "me@robintail.cz"
  },
  "bugs": "https://github.com/RobinTail/express-zod-api/issues",
  "funding": "https://github.com/sponsors/RobinTail",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "*.md"
  ],
  "engines": {
    "node": "^22.19.0 || ^24.11.0 || ^26.0.0"
  },
  "dependencies": {
    "ramda": "^0.32.0"
  },
  "peerDependencies": {
    "zod": "^4.3.4"
  },
  "devDependencies": {
    "@types/ramda": "^0.32.0",
    "camelize-ts": "^3.0.0",
    "typescript": "^6.0.2",
    "zod": "^4.4.3"
  },
  "keywords": [
    "zod",
    "schema",
    "validation",
    "plugin",
    "typescript"
  ],
  "scripts": {
    "pretest": "tsc",
    "test": "vitest run",
    "build": "tsdown"
  }
}