{
  "name": "@forter/chart",
  "version": "6.5.1",
  "description": "chart from Forter Components",
  "author": "Forter Developers",
  "license": "Apache-2.0",
  "contributors": [
    "Omer Anati <omer.anati@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/chart"
  },
  "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",
    "chart.js": "3.6.0",
    "chartjs-adapter-moment": "^1.0.0",
    "chartjs-chart-treemap": "2.0.2",
    "chartjs-plugin-annotation": "1.4.0",
    "fds-sankey": "^1.0.8",
    "lodash-es": "^4.17.21",
    "object-hash": "2.2.0"
  },
  "gitHead": "cf3828fa47a5acdfbfc68e3e98a11b9dbc967e69"
}
