{ "name": "@hono/valibot-validator", "version": "0.5.2", "description": "Validator middleware using Valibot", "type": "module", "main": "dist/index.js", "exports": { "./package.json": "./package.json", ".": { "import": "./dist/index.js", "default": "./dist/index.cjs" } }, "files": [ "dist" ], "scripts": { "build": "tsup ./src/index.ts", "prepack": "yarn build", "publint": "attw --pack && publint", "typecheck": "tsc -b tsconfig.json", "test": "vitest", "version:jsr": "yarn version:set $(yarn version:get)" }, "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/honojs/middleware.git", "directory": "packages/valibot-validator" }, "homepage": "https://github.com/honojs/middleware", "peerDependencies": { "hono": ">=3.9.0", "valibot": "^1.0.0 || ^1.0.0-beta.4 || ^1.0.0-rc" }, "devDependencies": { "@arethetypeswrong/cli": "^0.17.4", "hono": "^4.8.4", "publint": "^0.3.9", "tsup": "^8.4.0", "typescript": "^5.8.2", "valibot": "^1.0.0", "vitest": "^3.2.4" } }