{ "name": "@hono/zod-validator", "version": "0.9.0", "description": "Validator middleware using Zod", "type": "module", "module": "./dist/index.mjs", "main": "./dist/index.cjs", "types": "./dist/index.d.cts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./package.json": "./package.json" }, "files": [ "dist" ], "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public", "provenance": true }, "repository": { "type": "git", "url": "git+https://github.com/honojs/middleware.git", "directory": "packages/zod-validator" }, "homepage": "https://github.com/honojs/middleware", "peerDependencies": { "hono": ">=4.11.2", "zod": "^3.25.0 || ^4.0.0" }, "devDependencies": { "hono": "^4.11.5", "tsdown": "^0.22.3", "typescript": "^6.0.3", "vitest": "^4.1.7", "zod": "^4.2.1" }, "scripts": { "build": "pnpm -w run build:pkg", "lint": "eslint", "typecheck": "tsc -b tsconfig.json", "test": "vitest", "version:jsr": "pnpm -w run version:set $npm_package_version" } }