{
  "name": "@fullcalendar/premium-common",
  "version": "5.11.3",
  "title": "FullCalendar Premium Common",
  "description": "Utilities for all of FullCalendar Scheduler's plugins",
  "docs": "https://fullcalendar.io/docs/scheduler",
  "dependencies": {
    "@fullcalendar/common": "~5.11.3",
    "tslib": "^2.1.0"
  },
  "main": "main.cjs.js",
  "module": "main.js",
  "types": "main.d.ts",
  "jsdelivr": "main.global.min.js",
  "browserGlobal": "FullCalendarPremiumCommon",
  "homepage": "https://fullcalendar.io/scheduler",
  "bugs": "https://fullcalendar.io/reporting-bugs",
  "repository": {
    "type": "git",
    "url": "https://github.com/fullcalendar/fullcalendar-scheduler.git",
    "homepage": "https://github.com/fullcalendar/fullcalendar-scheduler"
  },
  "license": "SEE LICENSE IN LICENSE.md",
  "author": {
    "name": "Adam Shaw",
    "email": "arshaw@arshaw.com",
    "url": "http://arshaw.com/"
  },
  "devDependencies": {
    "@fullcalendar/core-preact": "5.11.3"
  }
}