{
  "name": "fastify-type-provider-zod",
  "version": "7.0.0",
  "description": "Zod Type Provider for Fastify@5",
  "type": "module",
  "main": "./dist/cjs/index.cjs",
  "module": "./dist/esm/index.js",
  "types": "./dist/cjs/index.d.cts",
  "exports": {
    "require": {
      "types": "./dist/cjs/index.d.cts",
      "default": "./dist/cjs/index.cjs"
    },
    "default": {
      "types": "./dist/esm/index.d.ts",
      "default": "./dist/esm/index.js"
    }
  },
  "files": [
    "src",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/turkerdev/fastify-type-provider-zod.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "fastify",
    "zod",
    "type",
    "provider"
  ],
  "author": "turkerd",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/turkerdev/fastify-type-provider-zod/issues"
  },
  "homepage": "https://github.com/turkerdev/fastify-type-provider-zod",
  "dependencies": {
    "@fastify/error": "^4.2.0"
  },
  "peerDependencies": {
    "@fastify/swagger": ">=9.5.1",
    "fastify": "^5.5.0",
    "openapi-types": "^12.1.3",
    "zod": ">=4.1.5"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.0",
    "@fastify/swagger": "^9.7.0",
    "@fastify/swagger-ui": "^6.0.0",
    "@kibertoad/biome-config": "^2.0.0",
    "@readme/openapi-parser": "^6.1.3",
    "@types/node": "^24.13.2",
    "@vitest/coverage-v8": "^4.1.9",
    "fastify": "^5.8.5",
    "fastify-plugin": "^6.0.0",
    "oas-validator": "^5.0.8",
    "tsd": "^0.33.0",
    "typescript": "^6.0.3",
    "unplugin-isolated-decl": "^0.16.0",
    "vite": "^8.0.16",
    "vitest": "^4.1.9",
    "zod": "^4.4.3"
  },
  "tsd": {
    "directory": "types"
  },
  "scripts": {
    "build": "vite build",
    "test": "vitest",
    "test:coverage": "vitest --coverage",
    "test:ci": "pnpm run build && pnpm run typescript && pnpm run test:coverage",
    "lint": "biome check . && tsc --noEmit",
    "lint:fix": "biome check --write .",
    "typescript": "tsd"
  }
}