{
  "name": "ngx-t-reports",
  "version": "0.1.0",
  "description": "Angular module for creating dynamic reports and dashboards. Supports various data sources, custom templates, and real-time updates.",
  "license": "UNLICENSED",
  "author": {
    "name": "Terrence K.Mashego ",
    "email": "mashegoterrence@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/petoriT/01ANGULAR-WORKSPACE"
  },
  "keywords": [
    "angular",
    "reports",
    "dynamic-reports",
    "dashboards",
    "report-builder"
  ],
  "peerDependencies": {
    "@angular/cdk": "^21.0.0",
    "@angular/common": "^21.0.0",
    "@angular/core": "^21.0.0",
    "@angular/forms": "^21.0.0",
    "@angular/material": "^21.0.0",
    "@angular/material-moment-adapter": "^21.0.0",
    "date-fns": "^4.3.0",
    "echarts": "^5.6.0",
    "moment-timezone": "^0.5.48",
    "ngx-t-forms": "^3.0.0",
    "ngx-t-forms-types": "^0.0.26",
    "rxjs": "~7.8.0",
    "exceljs": "^4.4.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/ngx-t-reports.mjs",
  "typings": "types/ngx-t-reports.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-t-reports.d.ts",
      "default": "./fesm2022/ngx-t-reports.mjs"
    }
  }
}