{
  "name": "@fullcalendar/angular",
  "version": "7.0.2",
  "title": "FullCalendar Angular Component",
  "description": "The official Angular component for FullCalendar",
  "keywords": [
    "calendar",
    "event",
    "full-sized",
    "fullcalendar",
    "angular"
  ],
  "homepage": "https://fullcalendar.io/docs/angular",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/fullcalendar/fullcalendar-angular.git"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@angular/common": "16 - 22",
    "@angular/core": "16 - 22",
    "fullcalendar": "7.0.2",
    "temporal-polyfill": "^1.0.1"
  },
  "sideEffects": false,
  "module": "fesm2022/fullcalendar-angular.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/fullcalendar-angular.mjs",
      "esm": "./esm2022/fullcalendar-angular.mjs",
      "default": "./fesm2022/fullcalendar-angular.mjs"
    },
    "./locales/*": {
      "types": "./locales/locale.d.ts",
      "default": "./locales/*.mjs"
    },
    "./themes/classic": {
      "types": "./themes/classic.d.ts",
      "default": "./themes/classic.mjs"
    },
    "./themes/monarch": {
      "types": "./themes/monarch.d.ts",
      "default": "./themes/monarch.mjs"
    },
    "./themes/breezy": {
      "types": "./themes/breezy.d.ts",
      "default": "./themes/breezy.mjs"
    },
    "./themes/forma": {
      "types": "./themes/forma.d.ts",
      "default": "./themes/forma.mjs"
    },
    "./themes/pulse": {
      "types": "./themes/pulse.d.ts",
      "default": "./themes/pulse.mjs"
    },
    "./skeleton.css": "./skeleton.css",
    "./themes/classic/theme.css": "./themes/classic/theme.css",
    "./themes/classic/palette.css": "./themes/classic/palette.css",
    "./themes/monarch/theme.css": "./themes/monarch/theme.css",
    "./themes/monarch/palettes/blue.css": "./themes/monarch/palettes/blue.css",
    "./themes/monarch/palettes/green.css": "./themes/monarch/palettes/green.css",
    "./themes/monarch/palettes/purple.css": "./themes/monarch/palettes/purple.css",
    "./themes/monarch/palettes/red.css": "./themes/monarch/palettes/red.css",
    "./themes/monarch/palettes/yellow.css": "./themes/monarch/palettes/yellow.css",
    "./themes/breezy/theme.css": "./themes/breezy/theme.css",
    "./themes/breezy/palettes/amber.css": "./themes/breezy/palettes/amber.css",
    "./themes/breezy/palettes/emerald.css": "./themes/breezy/palettes/emerald.css",
    "./themes/breezy/palettes/indigo.css": "./themes/breezy/palettes/indigo.css",
    "./themes/breezy/palettes/rose.css": "./themes/breezy/palettes/rose.css",
    "./themes/forma/theme.css": "./themes/forma/theme.css",
    "./themes/forma/palettes/blue.css": "./themes/forma/palettes/blue.css",
    "./themes/forma/palettes/green.css": "./themes/forma/palettes/green.css",
    "./themes/forma/palettes/purple.css": "./themes/forma/palettes/purple.css",
    "./themes/forma/palettes/red.css": "./themes/forma/palettes/red.css",
    "./themes/pulse/theme.css": "./themes/pulse/theme.css",
    "./themes/pulse/palettes/blue.css": "./themes/pulse/palettes/blue.css",
    "./themes/pulse/palettes/green.css": "./themes/pulse/palettes/green.css",
    "./themes/pulse/palettes/purple.css": "./themes/pulse/palettes/purple.css",
    "./themes/pulse/palettes/red.css": "./themes/pulse/palettes/red.css",
    "./protected-api": {
      "types": "./protected-api.d.ts",
      "default": "./protected-api.mjs"
    },
    "./protected-styles": {
      "types": "./protected-styles.d.ts",
      "default": "./protected-styles.mjs"
    },
    "./locales-all": {
      "types": "./locales-all.d.ts",
      "default": "./locales-all.mjs"
    },
    "./interaction": {
      "types": "./interaction.d.ts",
      "default": "./interaction.mjs"
    },
    "./daygrid": {
      "types": "./daygrid.d.ts",
      "default": "./daygrid.mjs"
    },
    "./timegrid": {
      "types": "./timegrid.d.ts",
      "default": "./timegrid.mjs"
    },
    "./multimonth": {
      "types": "./multimonth.d.ts",
      "default": "./multimonth.mjs"
    },
    "./list": {
      "types": "./list.d.ts",
      "default": "./list.mjs"
    }
  }
}