{
  "name": "@forter/element",
  "version": "2.0.0",
  "description": "Native HTML without boilerplate to create Forter Components",
  "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": "lib/element"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "*",
    "!.babelrc.js",
    "!coverage/*",
    "!karma.conf.js",
    "!package-lock.json",
    "!rollup.config.js"
  ],
  "keywords": [
    "web-components",
    "custom-elements"
  ],
  "author": "Forter Developers",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/forter/web-components/issues"
  },
  "homepage": "https://github.com/forter/web-components#readme",
  "gitHead": "2e254155434703bb8fab4ce2833b8b08bbf4c1f3"
}
