{
  "name": "ng-apexcharts",
  "version": "2.3.0",
  "description": "An angular implementation of ApexCharts",
  "peerDependencies": {
    "@angular/common": ">=20.0.0",
    "@angular/core": ">=20.0.0",
    "rxjs": "^7.8.2",
    "apexcharts": "^5.10.3"
  },
  "keywords": [
    "angular",
    "apexcharts",
    "charts",
    "statistics",
    "ui"
  ],
  "bugs": {
    "url": "https://github.com/apexcharts/ng-apexcharts/issues"
  },
  "homepage": "https://github.com/apexcharts/ng-apexcharts",
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apexcharts/ng-apexcharts.git"
  },
  "schematics": "./schematics/collection.json",
  "module": "fesm2022/ng-apexcharts.mjs",
  "typings": "types/ng-apexcharts.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ng-apexcharts.d.ts",
      "default": "./fesm2022/ng-apexcharts.mjs"
    }
  },
  "sideEffects": false
}