{
  "name": "angularx-flatpickr",
  "version": "8.1.0",
  "description": "An angular 17.0+ wrapper for flatpickr",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mattlewis92/angularx-flatpickr.git"
  },
  "keywords": [
    "angular",
    "flatpickr",
    "datepicker"
  ],
  "author": "Matt Lewis",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mattlewis92/angularx-flatpickr/issues"
  },
  "homepage": "https://github.com/mattlewis92/angularx-flatpickr#readme",
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@angular/core": ">=17.0.0",
    "@angular/forms": ">=17.0.0",
    "flatpickr": "^4.5.0"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "module": "fesm2022/angularx-flatpickr.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/angularx-flatpickr.mjs",
      "esm": "./esm2022/angularx-flatpickr.mjs",
      "default": "./fesm2022/angularx-flatpickr.mjs"
    }
  },
  "sideEffects": false
}