{
  "name": "ng-apexcharts",
  "version": "1.11.0",
  "description": "An angular implementation of ApexCharts",
  "peerDependencies": {
    "@angular/common": "^18.0.1",
    "@angular/core": "^18.0.1",
    "rxjs": "^6.5.5 || ^7.4.0",
    "apexcharts": "^3.49.1"
  },
  "keywords": [
    "angular",
    "apexcharts",
    "charts",
    "statistics",
    "ui"
  ],
  "author": {
    "name": "Morris Janatzek"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apexcharts/ng-apexcharts/issues"
  },
  "homepage": "https://github.com/apexcharts/ng-apexcharts",
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/apexcharts/ng-apexcharts.git"
  },
  "schematics": "./schematics/collection.json",
  "module": "fesm2022/ng-apexcharts.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/ng-apexcharts.mjs",
      "esm": "./esm2022/ng-apexcharts.mjs",
      "default": "./fesm2022/ng-apexcharts.mjs"
    }
  },
  "sideEffects": false
}