{
  "name": "h3-zod",
  "version": "0.5.3",
  "description": "TypeScript-first schema validation for h3.",
  "author": "Robert Soriano <sorianorobertc@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/wobsoriano/h3-zod#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wobsoriano/h3-zod.git"
  },
  "bugs": "https://github.com/wobsoriano/h3-zod/issues",
  "keywords": [
    "h3",
    "zod",
    "connect",
    "validation"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build-fast": "tsup src/index.ts --format cjs,esm",
    "build": "pnpm build-fast --dts-resolve",
    "lint": "eslint .",
    "prepublishOnly": "pnpm build",
    "release": "bumpp && npm publish",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "h3": "^1.6.0",
    "zod": "^3.21.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.6.1",
    "@types/supertest": "^6.0.2",
    "bumpp": "^9.2.1",
    "eslint": "^8.56.0",
    "h3": "^1.10.0",
    "supertest": "^6.3.3",
    "tsup": "6.7.0",
    "typescript": "^5.3.3",
    "vite": "^5.0.11",
    "vitest": "^1.1.3",
    "zod": "^3.22.4"
  }
}
