{
  "name": "highcharts-angular",
  "description": "Highcharts component for Angular.",
  "version": "5.4.0",
  "license": "MIT",
  "author": "Black Label <start@blacklabel.net> (http://blacklabel.net)",
  "bugs": {
    "url": "https://github.com/highcharts/highcharts-angular/issues"
  },
  "homepage": "https://github.com/highcharts/highcharts-angular#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/highcharts/highcharts-angular"
  },
  "keywords": [
    "highcharts",
    "highstock",
    "highmaps",
    "angular"
  ],
  "peerDependencies": {
    "@angular/common": ">=19.0.0",
    "@angular/core": ">=19.0.0",
    "highcharts": ">=12.2.0"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "module": "fesm2022/highcharts-angular.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/highcharts-angular.mjs"
    }
  },
  "sideEffects": false
}