{
  "name": "highcharts-library-ngx",
  "version": "1.0.47",
  "peerDependencies": {
    "@angular/common": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
    "@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
    "highcharts": "^11.4.1",
    "chart.js": "^4.0.0",
    "chartjs-plugin-datalabels": "^2.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/highcharts-library-ngx.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/highcharts-library-ngx.mjs",
      "esm": "./esm2022/highcharts-library-ngx.mjs",
      "default": "./fesm2022/highcharts-library-ngx.mjs"
    }
  }
}