{
  "name": "@fullcalendar/icalendar",
  "version": "7.0.2",
  "title": "FullCalendar iCalendar Plugin",
  "description": "Display events from a public iCalendar feed",
  "keywords": [
    "calendar",
    "event",
    "full-sized",
    "fullcalendar",
    "icalendar",
    "ics"
  ],
  "homepage": "https://fullcalendar.io/docs/icalendar",
  "dependencies": {
    "@full-ui/headless-calendar": "7.0.2",
    "@fullcalendar/core": "7.0.2"
  },
  "peerDependencies": {
    "ical.js": "^2.0.0",
    "temporal-polyfill": "^1.0.1"
  },
  "type": "module",
  "bugs": "https://fullcalendar.io/reporting-bugs",
  "repository": {
    "type": "git",
    "url": "https://github.com/fullcalendar/fullcalendar.git",
    "directory": "packages/icalendar"
  },
  "license": "MIT",
  "author": {
    "name": "Adam Shaw",
    "email": "arshaw@arshaw.com",
    "url": "http://arshaw.com/"
  },
  "copyright": "2026 Adam Shaw",
  "types": "./index.d.ts",
  "main": "./index.js",
  "unpkg": "./global.js",
  "jsdelivr": "./global.js",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    }
  },
  "sideEffects": [
    "./global.js"
  ]
}