{
  "name": "@daypilot/daypilot-lite-angular",
  "version": "5.8.0",
  "description": "DayPilot Lite for Angular",
  "homepage": "https://javascript.daypilot.org/",
  "author": "Annpoint, s.r.o.",
  "license": "Apache-2.0",
  "keywords": [
    "calendar",
    "scheduler",
    "event-calendar",
    "date-picker",
    "front-end",
    "components",
    "javascript",
    "typescript",
    "angular",
    "timeline",
    "day",
    "week",
    "month",
    "agenda",
    "gantt",
    "planning",
    "booking",
    "reservation",
    "appointment"
  ],
  "peerDependencies": {
    "@angular/common": ">=16.0.0",
    "@angular/core": ">=16.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0",
    "@daypilot/daypilot-lite-javascript": "5.8.0"
  },
  "module": "fesm2022/daypilot-daypilot-lite-angular.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/daypilot-daypilot-lite-angular.mjs",
      "esm": "./esm2022/daypilot-daypilot-lite-angular.mjs",
      "default": "./fesm2022/daypilot-daypilot-lite-angular.mjs"
    }
  },
  "sideEffects": false
}