{
  "name": "@vaadin/hilla-models",
  "version": "25.1.7",
  "description": "Generative form models for Hilla",
  "main": "index.js",
  "module": "index.js",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/vaadin/hilla.git",
    "directory": "packages/ts/form-models"
  },
  "keywords": [
    "Hilla",
    "Form",
    "Models"
  ],
  "scripts": {
    "clean:build": "git clean -fx . -e .vite -e node_modules",
    "build": "tsx ../../../scripts/build.ts",
    "lint": "eslint src test",
    "lint:fix": "eslint src test --fix",
    "test": "vitest --run",
    "test:coverage": "vitest --run --coverage",
    "test:watch": "vitest --inspect --no-file-parallelism",
    "typecheck": "tsc --noEmit"
  },
  "exports": {
    ".": {
      "default": "./index.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": {},
  "peerDependencies": {
    "react": "18 || 19",
    "react-dom": "18 || 19"
  }
}
