{
  "name": "@fullcalendar/google-calendar",
  "version": "7.0.2",
  "title": "FullCalendar Google Calendar Plugin",
  "description": "Display events from a public Google Calendar feed",
  "homepage": "https://fullcalendar.io/docs/google-calendar",
  "keywords": [
    "calendar",
    "event",
    "full-sized",
    "fullcalendar",
    "google-calendar"
  ],
  "dependencies": {
    "@full-ui/headless-calendar": "7.0.2",
    "@fullcalendar/core": "7.0.2"
  },
  "peerDependencies": {
    "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/google-calendar"
  },
  "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"
  ]
}