{
  "name": "@exalif/ngx-material-dayjs-adapter",
  "version": "17.0.0",
  "description": "A date adapter for material calendar using dayjs instead of moment",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/exalif/angular-libs.git"
  },
  "keywords": [
    "angular",
    "material",
    "adapter",
    "dayjs",
    "date-adapter",
    "material-date-adapter",
    "material-dayjs-adapter"
  ],
  "author": "Exalif",
  "license": "MIT and MIT-Style",
  "bugs": {
    "url": "https://github.com/exalif/angular-libs/issues"
  },
  "homepage": "https://github.com/exalif/angular-libs#readme",
  "peerDependencies": {
    "@angular/common": ">= 16.0.0 < 18.0.0",
    "@angular/core": ">= 16.0.0 < 18.0.0",
    "@angular/material": ">= 16.0.0 < 18.0.0",
    "dayjs": "^1.10.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/exalif-ngx-material-dayjs-adapter.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/exalif-ngx-material-dayjs-adapter.mjs",
      "esm": "./esm2022/exalif-ngx-material-dayjs-adapter.mjs",
      "default": "./fesm2022/exalif-ngx-material-dayjs-adapter.mjs"
    }
  }
}