{
  "name": "apex-grid",
  "version": "1.1.0",
  "description": "Web component data grid following open-wc recommendations",
  "keywords": [
    "lit",
    "web-component",
    "lit-element"
  ],
  "license": "SEE LICENSE IN LICENSE.mds",
  "author": "apex-grid",
  "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/apexgrid.git"
  },
  "bugs": {
    "url": "https://github.com/apexcharts/apexgrid/issues"
  },
  "engines": {
    "node": ">=20"
  },
  "customElements": "custom-elements.json",
  "dependencies": {
    "@lit-labs/virtualizer": "~2.1.0",
    "@lit/context": "~1.1.5",
    "igniteui-webcomponents": "~6.1.0",
    "lit": "^3.3.0"
  }
}
