{
  "name": "@intzi1992/mat-table-exporter",
  "version": "17.0.0",
  "license": "Apache-2.0",
  "description": "Provides exporting support for @angular/material tables",
  "author": "Halit Talha Türe",
  "homepage": "https://halittalha.github.io/ng-material-extensions/",
  "repository": {
    "type": "git",
    "url": "https://github.com/intzi/ng-material-extensions/tree/master/projects/mat-table-exporter"
  },
  "peerDependencies": {
    "@angular/cdk": "17.3.10",
    "@angular/common": "17.3.12",
    "@angular/core": "17.3.12",
    "@angular/material": "17.3.10",
    "rxjs": "7.8.0"
  },
  "dependencies": {
    "@intzi1992/cdk-table-exporter": "17.0.0",
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "keywords": [
    "angular",
    "material",
    "mattable",
    "table",
    "export",
    "paginated",
    "table",
    "excel"
  ],
  "module": "fesm2022/intzi1992-mat-table-exporter.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/intzi1992-mat-table-exporter.mjs",
      "esm": "./esm2022/intzi1992-mat-table-exporter.mjs",
      "default": "./fesm2022/intzi1992-mat-table-exporter.mjs"
    }
  }
}