{
  "name": "ag-charts-angular",
  "version": "13.2.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/ag-grid/ag-charts.git"
  },
  "keywords": [
    "angular-component",
    "charts",
    "data",
    "chart",
    "angular"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ag-grid/ag-charts/issues"
  },
  "homepage": "https://www.ag-grid.com/charts/",
  "peerDependencies": {
    "@angular/common": ">= 18.0.0",
    "@angular/core": ">= 18.0.0"
  },
  "dependencies": {
    "ag-charts-community": "13.2.1",
    "tslib": "^2.3.0"
  },
  "module": "fesm2022/ag-charts-angular.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/ag-charts-angular.mjs",
      "esm": "./esm2022/ag-charts-angular.mjs",
      "default": "./fesm2022/ag-charts-angular.mjs"
    }
  },
  "sideEffects": false
}