{
  "name": "@lucas-barake/effect-form-react",
  "version": "0.26.0",
  "description": "React bindings for @lucas-barake/effect-form",
  "type": "module",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "exports": {
    "./package.json": "./package.json",
    ".": "./dist/index.js",
    "./*": "./dist/*.js",
    "./internal/*": null
  },
  "files": [
    "src/**/*.ts",
    "src/**/*.tsx",
    "dist/**/*.js",
    "dist/**/*.js.map",
    "dist/**/*.d.ts",
    "dist/**/*.d.ts.map"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lucas-barake/effect-form.git"
  },
  "homepage": "https://github.com/lucas-barake/effect-form",
  "keywords": [
    "effect",
    "form",
    "react",
    "schema",
    "validation",
    "typescript"
  ],
  "author": "Lucas Barake",
  "license": "MIT",
  "sideEffects": [],
  "dependencies": {
    "@lucas-barake/effect-form": "^0.25.0"
  },
  "devDependencies": {
    "@vitejs/plugin-react": "^5.1.1"
  },
  "peerDependencies": {
    "@effect-atom/atom": "^0.5.0",
    "@effect-atom/atom-react": "^0.5.0",
    "effect": "^3.19.15",
    "react": "^18.0.0 || ^19.0.0"
  },
  "scripts": {
    "build": "tsc -b tsconfig.json && pnpm babel",
    "build:tsgo": "tsgo -b tsconfig.json && pnpm babel",
    "babel": "babel dist --plugins annotate-pure-calls --out-dir dist --source-maps"
  }
}