{
  "name": "vitorgja-ion-calendar",
  "version": "7.16.4",
  "description": "A date picker super component for ionic6+",
  "author": "Heliomar P. Marques",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/heliomarpm/ion-calendar/issues"
  },
  "homepage": "https://github.com/heliomarpm/ion-calendar#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/heliomarpm/ion-calendar.git"
  },
  "keywords": [
    "ionic6",
    "ionic7",
    "ion-calendar",
    "ion2-calendar",
    "ion7-calendar",
    "calendar",
    "month-calendar",
    "datepicker",
    "datepicker-component",
    "date-range",
    "date-multi"
  ],
  "peerDependencies": {
    "@angular/common": "^17.3.12",
    "@angular/core": "^17.3.12",
    "luxon": "^3.4.3"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/vitorgja-ion-calendar.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/vitorgja-ion-calendar.mjs",
      "esm": "./esm2022/vitorgja-ion-calendar.mjs",
      "default": "./fesm2022/vitorgja-ion-calendar.mjs"
    }
  }
}