{
  "name": "apex-grid-enterprise",
  "version": "0.6.1",
  "description": "Enterprise (pro-licensed) features for apex-grid.",
  "keywords": [
    "lit",
    "web-component",
    "data-grid",
    "apex-grid",
    "enterprise"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "author": "ApexCharts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./define": {
      "types": "./define.d.ts",
      "default": "./define.js"
    }
  },
  "type": "module",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apexcharts/apex-grid.git"
  },
  "bugs": {
    "url": "https://github.com/apexcharts/apex-grid/issues"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "apex-commons": "^0.1.0",
    "apex-grid": "^3.4.0"
  },
  "peerDependencies": {
    "@lit/context": "~1.1.5",
    "apexcharts": "^5.15.0 || ^6.0.0",
    "igniteui-webcomponents": "~6.1.0",
    "lit": "^3.3.0"
  },
  "peerDependenciesMeta": {
    "apexcharts": {
      "optional": true
    }
  }
}
