{
  "name": "angular-highcharts",
  "version": "21.0.2",
  "author": "Felix Itzenplitz",
  "repository": {
    "type": "git",
    "url": "https://github.com/cebor/angular-highcharts.git"
  },
  "keywords": [
    "angular",
    "highcharts",
    "chart",
    "directive",
    "component"
  ],
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": ">=21.0.0",
    "@angular/core": ">=21.0.0"
  },
  "dependencies": {
    "tslib": "^2.6.0"
  },
  "module": "fesm2022/angular-highcharts.mjs",
  "typings": "types/angular-highcharts.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/angular-highcharts.d.ts",
      "default": "./fesm2022/angular-highcharts.mjs"
    }
  },
  "sideEffects": false
}