{
  "name": "@benjaminlindberg/fastify-type-provider-zod",
  "version": "1.1.9",
  "description": "Zod Type Provider for Fastify@4",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "npm run build && npm run typescript && jest",
    "test:coverage": "jest --coverage",
    "format": "prettier --write .",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "typescript": "tsd",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "fastify": "^4.0.0",
    "zod": "^3.14.2"
  },
  "repository": {
    "url": "https://github.com/turkerdev/fastify-type-provider-zod"
  },
  "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": {
    "zod-to-json-schema": "^3.17.1"
  },
  "devDependencies": {
    "@fastify/swagger": "^8.12.0",
    "@fastify/swagger-ui": "^1.10.1",
    "@types/jest": "^29.5.10",
    "@types/node": "^18.18.13",
    "@typescript-eslint/eslint-plugin": "^6.12.0",
    "@typescript-eslint/parser": "^6.12.0",
    "eslint": "^8.54.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.2.1",
    "fastify": "^4.24.3",
    "fastify-plugin": "^4.5.1",
    "jest": "^29.7.0",
    "oas-validator": "^5.0.8",
    "prettier": "^2.7.1",
    "ts-jest": "^29.1.1",
    "tsd": "^0.29.0",
    "typescript": "^5.3.2",
    "zod": "^3.22.4"
  },
  "tsd": {
    "directory": "types"
  }
}
