{
  "name": "@hono/valibot-validator",
  "version": "0.6.1",
  "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": "tsdown",
    "format": "prettier --check . --ignore-path ../../.gitignore",
    "lint": "eslint",
    "typecheck": "tsc -b tsconfig.json",
    "test": "vitest",
    "version:jsr": "yarn version:set $npm_package_version"
  },
  "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/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": {
    "hono": "^4.10.1",
    "tsdown": "^0.15.9",
    "typescript": "^5.8.2",
    "valibot": "^1.1.0",
    "vitest": "^3.2.4"
  }
}