{
  "name": "ngx-multiple-dates",
  "description": "Angular Multiple Dates",
  "version": "21.0.0",
  "homepage": "https://lekhmanrus.github.io/ngx-multiple-dates/",
  "bugs": {
    "url": "https://github.com/lekhmanrus/ngx-multiple-dates/issues",
    "email": "lekhman112@gmail.com"
  },
  "author": "Ruslan Lekhman <lekhman112@gmail.com> (https://github.com/lekhmanrus)",
  "contributors": [
    "Ruslan Lekhman <lekhman112@gmail.com> (https://github.com/lekhmanrus)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lekhmanrus/ngx-multiple-dates"
  },
  "license": "MIT",
  "readme": "https://github.com/lekhmanrus/ngx-multiple-dates/blob/master/README.md",
  "private": false,
  "keywords": [
    "angular",
    "material",
    "date",
    "multiple",
    "datepicker"
  ],
  "dependencies": {
    "tslib": "^2.3.1"
  },
  "exports": {
    ".": {
      "sass": "./_index.scss",
      "types": "./types/ngx-multiple-dates.d.ts",
      "default": "./fesm2022/ngx-multiple-dates.mjs"
    },
    "./theming": {
      "sass": "./_theming.scss"
    },
    "./_theming": {
      "sass": "./_theming.scss"
    },
    "./prebuilt-themes/azure-blue.css": {
      "style": "./prebuilt-themes/azure-blue.css"
    },
    "./prebuilt-themes/cyan-orange.css": {
      "style": "./prebuilt-themes/cyan-orange.css"
    },
    "./prebuilt-themes/magenta-violet.css": {
      "style": "./prebuilt-themes/magenta-violet.css"
    },
    "./prebuilt-themes/rose-red.css": {
      "style": "./prebuilt-themes/rose-red.css"
    },
    "./prebuilt-themes/*": {
      "style": "./prebuilt-themes/*.css"
    },
    "./package.json": {
      "default": "./package.json"
    }
  },
  "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",
    "rxjs": "^7.8.1"
  },
  "module": "fesm2022/ngx-multiple-dates.mjs",
  "typings": "types/ngx-multiple-dates.d.ts",
  "sideEffects": false
}