{
  "name": "@exentriq-dashboard/plugin-chart-exspline-highcharts",
  "version": "0.3.0",
  "description": "Superset Chart - Exspline Highcharts",
  "sideEffects": false,
  "main": "lib/index.js",
  "module": "esm/index.js",
  "files": [
    "esm",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ExentriqLtd/exentriq-advanced-analytics-ui"
  },
  "keywords": [
    "superset"
  ],
  "author": "Exentriq",
  "license": "Apache-2.0",
  "homepage": "https://github.com/ExentriqLtd/exentriq-advanced-analytics-ui#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@superset-ui/chart-controls": "^0.15.2",
    "@superset-ui/core": "^0.15.2",
    "highcharts": "^9.1.0",
    "highcharts-react-official": "^3.0.0"
  },
  "peerDependencies": {
    "react": "^16.13.1"
  },
  "devDependencies": {
    "@types/jest": "^26.0.0",
    "jest": "^26.0.1"
  }
}
