{
  "version": "10.0.0",
  "name": "ng2-charts",
  "description": "Reactive, responsive, beautiful charts for Angular based on Chart.js",
  "peerDependencies": {
    "@angular/platform-browser": ">=21.0.0",
    "@angular/common": ">=21.0.0",
    "@angular/core": ">=21.0.0",
    "@angular/cdk": ">=21.0.0",
    "chart.js": "^3.4.0 || ^4.0.0",
    "rxjs": "^6.5.3 || ^7.4.0"
  },
  "dependencies": {
    "es-toolkit": "^1.39.7",
    "tslib": "^2.3.0"
  },
  "author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
  "contributors": [
    {
      "name": "Marco Santarelli",
      "email": "",
      "url": "https://github.com/santam85"
    },
    {
      "name": "Aviad Pineles",
      "email": ""
    },
    {
      "name": "Dmitriy Shekhovtsov",
      "email": "valorkin@gmail.com"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/valor-software/ng2-charts.git"
  },
  "schematics": "./schematics/src/collection.json",
  "ng-add": {
    "save": "dependencies"
  },
  "keywords": [
    "chart.js",
    "angular"
  ],
  "bugs": {
    "url": "https://github.com/valor-software/ng2-charts/issues"
  },
  "homepage": "https://github.com/valor-software/ng2-charts#readme",
  "module": "fesm2022/ng2-charts.mjs",
  "typings": "types/ng2-charts.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ng2-charts.d.ts",
      "default": "./fesm2022/ng2-charts.mjs"
    }
  },
  "sideEffects": false
}