{
  "name": "ag-charts-vue3",
  "description": "AG Charts Vue 3 Component",
  "version": "13.2.1",
  "author": "AG Grid <info@ag-grid.com>",
  "license": "MIT",
  "main": "./dist/package/index.cjs.js",
  "module": "./dist/package/index.esm.mjs",
  "type": "module",
  "types": "./dist/types/src/index.d.ts",
  "exports": {
    "import": "./dist/package/index.esm.mjs",
    "require": "./dist/package/index.cjs.js",
    "types": "./dist/types/src/index.d.ts",
    "default": "./dist/package/index.cjs.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ag-grid/ag-charts.git"
  },
  "bugs": {
    "url": "https://github.com/ag-grid/ag-charts/issues"
  },
  "homepage": "https://www.ag-grid.com/charts/",
  "keywords": [
    "charts",
    "graphs",
    "chart",
    "graph",
    "data",
    "vue charts",
    "vue graphs",
    "data visualization",
    "vue-component",
    "vue",
    "vuejs"
  ],
  "scripts": {
    "clean": "rimraf dist lib",
    "build": "npx tsc -p tsconfig-lib.json && NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build --target lib src/index.ts",
    "lint": "# vue-cli-service lint"
  },
  "dependencies": {
    "ag-charts-community": "13.2.1"
  },
  "devDependencies": {
    "ag-charts-community": "13.2.1",
    "@types/node": "18.19.130",
    "typescript": "^5.4.5",
    "vue": "^3.5.0",
    "@babel/types": "7.28.4",
    "rimraf": "3.0.2"
  },
  "peerDependencies": {
    "vue": "^3.5.0"
  },
  "publishConfig": {
    "access": "public"
  }
}