{
  "name": "@libusoftcicom/lc-datepicker",
  "version": "18.2.1",
  "description": "LC DatePicker - Pure Angular date and time picker component.",
  "homepage": "https://github.com/LibusoftCicom/lc-datepicker",
  "bugs": "https://github.com/LibusoftCicom/lc-datepicker/issues",
  "license": "MIT",
  "keywords": [
    "datepicker",
    "timepicker",
    "datetimepicker",
    "calendar",
    "angular"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/LibusoftCicom/lc-datepicker.git"
  },
  "peerDependencies": {
    "@angular/common": "^18.0.0",
    "@angular/core": "^18.0.0",
    "font-awesome": "^4.7.0",
    "rxjs": "^7.0.0"
  },
  "module": "fesm2022/libusoftcicom-lc-datepicker.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/libusoftcicom-lc-datepicker.mjs",
      "esm": "./esm2022/libusoftcicom-lc-datepicker.mjs",
      "default": "./fesm2022/libusoftcicom-lc-datepicker.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}