{
  "name": "@playfast/reform-forms-react",
  "version": "1.4.3",
  "description": "React bindings for @playfast/forms — render a typed reform form View with scoped field/array/variant helpers.",
  "keywords": [
    "effect",
    "forms",
    "react",
    "reform",
    "ui"
  ],
  "bugs": {
    "url": "https://github.com/playfast/reform/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/playfast/reform.git",
    "directory": "packages/forms-react"
  },
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "playfast-src": "./src/index.tsx",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./*": {
      "playfast-src": "./src/*.tsx",
      "types": "./dist/*.d.ts",
      "default": "./dist/*.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rm -rf dist .tsbuildinfo",
    "check": "tsc --noEmit",
    "build": "rm -rf dist .tsbuildinfo && tsc -p tsconfig.build.json && bun ../../scripts/fix-esm-extensions.ts dist",
    "test": "vitest run",
    "test:watch": "vitest",
    "coverage": "vitest run --coverage",
    "lint": "oxlint src",
    "lint:fix": "oxlint --fix src",
    "prepack": "bun run build"
  },
  "peerDependencies": {
    "@playfast/reform": "*",
    "@playfast/reform-forms": "*",
    "effect": "*",
    "react": "^19.0.0"
  },
  "playbook": "./playbook"
}
