{
  "name": "conform-to-valibot",
  "version": "1.15.1",
  "description": "Conform helpers for integrating with Valibot",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "check": "npx @biomejs/biome check .",
    "check:write": "npx @biomejs/biome check --write .",
    "prepack": "npm run build",
    "release": "semantic-release",
    "test": "vitest",
    "typecheck": "tsc"
  },
  "author": "chimame",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chimame/conform-to-valibot.git"
  },
  "bugs": {
    "url": "https://github.com/chimame/conform-to-valibot/issues"
  },
  "keywords": [
    "constraint-validation",
    "form",
    "form-validation",
    "html",
    "progressive-enhancement",
    "validation",
    "valibot"
  ],
  "peerDependencies": {
    "@conform-to/dom": ">= 1.0.0",
    "valibot": ">= 0.32.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@conform-to/dom": "^1.0.0",
    "@tsconfig/node16": "^16.1.1",
    "@types/node": "^20.12.12",
    "semantic-release": "^24.2.2",
    "tsup": "^8.3.6",
    "typescript": "^5.7.3",
    "valibot": "^1.0.0-beta.13",
    "vitest": "^3.0.5"
  }
}
