{
  "name": "@forter/form-field",
  "version": "1.17.4",
  "description": "form-field from Forter Components",
  "author": "Forter Developers",
  "license": "Apache-2.0",
  "contributors": [
    "oweingart <oweingart@forter.com>"
  ],
  "main": "index.js",
  "module": "index.js",
  "scripts": {
    "build": "npx rollup -c ../../rollup.config.js",
    "clean": "sh ../../scripts/clean.sh",
    "link": "yarn link",
    "postbuild": "sh ../../scripts/postbuild.sh",
    "prepare": "yarn build",
    "test": "echo \"Please run tests from the repository root\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/forter/web-components.git",
    "directory": "packages/form-field"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "*",
    "!.babelrc.js",
    "!coverage/*",
    "!karma.conf.js",
    "!package-lock.json",
    "!rollup.config.js"
  ],
  "nyc": {
    "exclude": [
      "src/**/*.spec.js",
      "*.spec.js"
    ]
  },
  "keywords": [
    "web-components",
    "custom-elements",
    "lit-element",
    "lit-element-2.x"
  ],
  "bugs": {
    "url": "https://github.com/forter/web-components/issues"
  },
  "dependencies": {
    "@forter/core": "^2.0.5"
  },
  "gitHead": "4eabe3b5348253d86f9922ffa9b6a498f91f9eae"
}
