{
  "name": "@forter/table",
  "version": "5.1.4",
  "description": "table from Forter Components",
  "author": "Forter Developers",
  "license": "Apache-2.0",
  "contributors": [
    "Benny Powers <benny.powers@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/table"
  },
  "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": {
    "@appnest/lit-translate": "^1.1.16",
    "@forter/checkbox": "^3.8.0",
    "@forter/core": "^2.0.5",
    "@forter/directives": "^3.2.2",
    "@forter/functions": "^2.0.2",
    "@forter/icons": "^1.9.1",
    "@forter/layout": "^6.3.3",
    "@forter/mixins": "^3.2.8",
    "@forter/popover": "^2.17.1",
    "@forter/styles": "^4.19.2",
    "@forter/tooltip": "^2.4.0",
    "moment": "^2.24.0"
  },
  "gitHead": "50cd0266e2f313f2a8fd7e74d647e849adde983e"
}
