{
  "name": "npx-calendar",
  "version": "0.0.5",
  "description": "A customizable and feature-rich calendar component for Angular applications.",
  "peerDependencies": {
    "@angular/common": ">=9.0.0 <20.0.0",
    "@angular/core": ">=9.0.0 <20.0.0"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "sideEffects": false,
  "keywords": [
    "angular",
    "calendar",
    "angular-calendar",
    "event-calendar",
    "scheduler",
    "datepicker",
    "calendar-component",
    "appointment-scheduler"
  ],
  "author": "Sachin Patel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SACHINQEEP/ngxMatCalendart/issues"
  },
  "module": "fesm2022/npx-calendar.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/npx-calendar.mjs"
    }
  }
}