{
  "name": "@symfony/ux-chartjs",
  "description": "Chart.js integration for Symfony",
  "license": "MIT",
  "version": "2.23.0",
  "keywords": [
    "symfony-ux"
  ],
  "homepage": "https://ux.symfony.com/chartjs",
  "repository": "https://github.com/symfony/ux-chartjs",
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "dist/controller.js",
  "types": "dist/controller.d.ts",
  "scripts": {
    "build": "node ../../../bin/build_package.js .",
    "watch": "node ../../../bin/build_package.js . --watch",
    "test": "../../../bin/test_package.sh .",
    "check": "biome check",
    "ci": "biome ci"
  },
  "symfony": {
    "controllers": {
      "chart": {
        "main": "dist/controller.js",
        "webpackMode": "eager",
        "fetch": "eager",
        "enabled": true
      }
    },
    "importmap": {
      "@hotwired/stimulus": "^3.0.0",
      "chart.js": "^3.4.1 || ^4.0"
    }
  },
  "peerDependencies": {
    "@hotwired/stimulus": "^3.0.0",
    "chart.js": "^3.4.1 || ^4.0"
  },
  "devDependencies": {
    "@hotwired/stimulus": "^3.0.0",
    "chart.js": "^3.4.1 || ^4.0",
    "resize-observer-polyfill": "^1.5.1",
    "vitest-canvas-mock": "^0.3.3"
  }
}