{
  "name": "@swimlane/ngx-charts",
  "version": "24.0.0-alpha.0",
  "description": "Declarative Charting Framework for Angular",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swimlane/ngx-charts.git"
  },
  "keywords": [
    "angular",
    "angularjs",
    "charts",
    "charting",
    "angular",
    "d3",
    "d3.js",
    "d3js",
    "viz",
    "graph",
    "svg",
    "dataviz",
    "data visualization",
    "viz",
    "graph"
  ],
  "author": "Swimlane",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/swimlane/ngx-charts/issues"
  },
  "homepage": "https://github.com/swimlane/ngx-charts#readme",
  "peerDependencies": {
    "@angular/animations": "19.x || 20.x || 21.x",
    "@angular/cdk": "19.x || 20.x || 21.x",
    "@angular/core": "19.x || 20.x || 21.x",
    "@angular/common": "19.x || 20.x || 21.x",
    "@angular/forms": "19.x || 20.x || 21.x",
    "@angular/platform-browser": "19.x || 20.x || 21.x",
    "@angular/platform-browser-dynamic": "19.x || 20.x || 21.x",
    "rxjs": "7.x"
  },
  "dependencies": {
    "d3-array": "^3.2.0",
    "d3-brush": "^3.0.0",
    "d3-color": "^3.1.0",
    "d3-ease": "^3.0.1",
    "d3-format": "^3.1.0",
    "d3-hierarchy": "^3.1.2",
    "d3-interpolate": "^3.0.1",
    "d3-sankey": "^0.12.3",
    "d3-scale": "^4.0.2",
    "d3-selection": "^3.0.0",
    "d3-shape": "^3.2.0",
    "d3-time-format": "^4.1.0",
    "d3-transition": "^3.0.1",
    "gradient-path": "^2.3.0",
    "tslib": "^2.3.1"
  },
  "module": "fesm2022/swimlane-ngx-charts.mjs",
  "typings": "types/swimlane-ngx-charts.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/swimlane-ngx-charts.d.ts",
      "default": "./fesm2022/swimlane-ngx-charts.mjs"
    }
  },
  "sideEffects": false,
  "type": "module"
}