{
  "name": "@fullcalendar/format-moment",
  "version": "7.0.0-beta.8",
  "title": "FullCalendar Moment Date-Formatting Plugin",
  "description": "Enhanced date formatting with Moment",
  "keywords": [
    "calendar",
    "event",
    "full-sized",
    "fullcalendar",
    "moment"
  ],
  "homepage": "https://fullcalendar.io/docs/moment-plugin",
  "dependencies": {
    "@full-ui/headless-calendar": "7.0.0-beta.8",
    "@fullcalendar/core": "7.0.0-beta.8"
  },
  "peerDependencies": {
    "moment": "^2.29.1",
    "temporal-polyfill": "^0.3.2"
  },
  "type": "module",
  "bugs": "https://fullcalendar.io/reporting-bugs",
  "repository": {
    "type": "git",
    "url": "https://github.com/fullcalendar/fullcalendar.git",
    "directory": "packages/format-moment"
  },
  "license": "MIT",
  "author": {
    "name": "Adam Shaw",
    "email": "arshaw@arshaw.com",
    "url": "http://arshaw.com/"
  },
  "copyright": "2025 Adam Shaw",
  "types": "./index.d.ts",
  "main": "./index.js",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    }
  },
  "sideEffects": [
    "./global.js"
  ]
}