{
  "name": "@fullcalendar/bootstrap5",
  "version": "7.0.2",
  "title": "FullCalendar Bootstrap 5 Plugin",
  "description": "Bootstrap 5 compatibility theme for FullCalendar",
  "keywords": [
    "calendar",
    "event",
    "full-sized",
    "fullcalendar",
    "bootstrap",
    "bootstrap5"
  ],
  "homepage": "https://fullcalendar.io/docs/bootstrap5",
  "peerDependencies": {
    "@fullcalendar/core": "7.0.2",
    "bootstrap": "^5.3.0",
    "bootstrap-icons": "^1.8.0"
  },
  "type": "module",
  "bugs": "https://fullcalendar.io/reporting-bugs",
  "repository": {
    "type": "git",
    "url": "https://github.com/fullcalendar/fullcalendar.git",
    "directory": "packages/bootstrap5"
  },
  "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",
  "style": "./theme.css",
  "unpkg": "./global.js",
  "jsdelivr": "./global.js",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./theme.css": "./theme.css"
  },
  "sideEffects": [
    "./global.js",
    "**/*.css"
  ]
}