{
  "name": "@vaadin/hilla-lit-form",
  "version": "24.10.5",
  "description": "Hilla form utils",
  "main": "index.js",
  "module": "index.js",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/vaadin/hilla.git",
    "directory": "packages/ts/lit-form"
  },
  "keywords": [
    "Hilla",
    "Form"
  ],
  "scripts": {
    "clean:build": "git clean -fx . -e .vite -e node_modules",
    "build": "tsx ../../../scripts/build.ts",
    "lint": "eslint src test",
    "lint:fix": "npm run lint -- --fix",
    "test": "vitest --run",
    "test:coverage": "vitest --run --coverage",
    "test:watch": "vitest --inspect --no-file-parallelism",
    "typecheck": "tsc --noEmit"
  },
  "exports": {
    ".": {
      "default": "./index.js"
    },
    "./Binder.js": {
      "default": "./Binder.js"
    },
    "./BinderNode.js": {
      "default": "./BinderNode.js"
    },
    "./BinderRoot.js": {
      "default": "./BinderRoot.js"
    },
    "./Field.js": {
      "default": "./Field.js"
    },
    "./index.js": {
      "default": "./index.js"
    },
    "./Models.js": {
      "default": "./Models.js"
    },
    "./types.js": {
      "types": "./types.d.ts"
    },
    "./Validation.js": {
      "default": "./Validation.js"
    },
    "./Validators.js": {
      "default": "./Validators.js"
    }
  },
  "author": "Vaadin Ltd",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/vaadin/hilla/issues"
  },
  "homepage": "https://hilla.dev",
  "files": [
    "*.{d.ts.map,d.ts,js.map,js}"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@vaadin/hilla-frontend": "24.10.5",
    "validator": "13.15.22"
  },
  "peerDependencies": {
    "lit": "^3.0.0"
  }
}
