{
  "name": "sdk-datagrid",
  "description": "Customizable (Angular) datagrid with data options for manipulation, and charts for visualization.",
  "homepage": "https://www.soodohkohd.com?w=packages&v=sdk-datagrid",
  "version": "2.5.0",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "Angular",
    "data",
    "grid",
    "table",
    "datagrid",
    "datatable",
    "charts",
    "graphs",
    "SDK",
    "soodohkohd",
    "soo-doh-kohd"
  ],
  "peerDependencies": {
    "@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
    "@angular/compiler": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
    "@angular/core": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
    "@angular/cdk": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
    "chart.js": ">=4.0.0",
    "sass": ">=1.58.0",
    "ng-dynamic-component": ">=10.0.0",
    "sdk-loading": ">=2.2.0",
    "sdk-message": ">=2.2.0",
    "sdk-select": ">=2.2.0",
    "sdk-tabs": ">=2.2.0",
    "sdk-textbox": ">=2.2.0"
  },
  "dependencies": {
    "tslib": ">=2.5.0"
  },
  "module": "fesm2022/sdk-datagrid.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/sdk-datagrid.mjs"
    }
  },
  "sideEffects": false
}