{
  "name": "@vaadin/form",
  "version": "0.0.17",
  "description": "Vaadin form utils",
  "main": "index.js",
  "module": "index.js",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/vaadin/fusion.git",
    "directory": "packages/ts/form"
  },
  "keywords": [
    "Vaadin",
    "Fusion"
  ],
  "scripts": {
    "build": "tsc --isolatedModules",
    "lint": "eslint src/**/*.ts test/**/*.ts",
    "test": "web-test-runner \"test/**/*.test.ts\" --config ../../../web-test-runner.config.js",
    "test:coverage": "npm run test -- --coverage",
    "test:watch": "npm run test -- --watch",
    "typecheck": "tsc --noEmit --project test/tsconfig.json"
  },
  "exports": {
    ".": {
      "default": "./index.js"
    },
    "./Binder.js": {
      "default": "./Binder.js"
    },
    "./BinderNode.js": {
      "default": "./BinderNode.js"
    },
    "./Field.js": {
      "default": "./Field.js"
    },
    "./index.js": {
      "default": "./index.js"
    },
    "./Models.js": {
      "default": "./Models.js"
    },
    "./Validation.js": {
      "default": "./Validation.js"
    },
    "./Validators.js": {
      "default": "./Validators.js"
    }
  },
  "author": "Vaadin Ltd",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/vaadin/fusion/issues"
  },
  "homepage": "https://vaadin.com/fusion",
  "files": [
    "*.{d.ts.map,d.ts,js.map,js}"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "rimraf": "^3.0.2",
    "validator": "^13.6.0"
  },
  "peerDependencies": {
    "lit": "^2.0.0"
  },
  "devDependencies": {
    "@open-wc/testing": "^2.5.33",
    "@types/chai": "^4.2.21",
    "@types/mocha": "^9.0.0",
    "@types/sinon": "^10.0.2",
    "@types/sinon-chai": "^3.2.5",
    "@types/validator": "^13.6.0",
    "@web/test-runner": "^0.13.16",
    "sinon": "^11.1.2",
    "typescript": "^4.5.2"
  },
  "gitHead": "a6980c6c6abc81888f5013649895af11aa363c4e"
}
