@fullcalendar/premium-common
Version:
Utilities for FullCalendar's premium plugins
48 lines • 1.25 kB
JSON
{
"name": "@fullcalendar/premium-common",
"version": "6.1.18",
"title": "FullCalendar Premium Common",
"description": "Utilities for FullCalendar's premium plugins",
"peerDependencies": {
"@fullcalendar/core": "~6.1.18"
},
"type": "module",
"keywords": [
"calendar",
"event",
"full-sized",
"fullcalendar",
"scheduler",
"resource"
],
"homepage": "https://fullcalendar.io/docs/premium",
"bugs": "https://fullcalendar.io/reporting-bugs",
"repository": {
"type": "git",
"url": "https://github.com/fullcalendar/fullcalendar-workspace.git",
"directory": "premium/packages/premium-common"
},
"license": "SEE LICENSE IN LICENSE.md",
"author": {
"name": "Adam Shaw",
"email": "arshaw@arshaw.com",
"url": "http://arshaw.com/"
},
"copyright": "2024 Adam Shaw",
"types": "./index.d.ts",
"main": "./index.cjs",
"module": "./index.js",
"unpkg": "./index.global.min.js",
"jsdelivr": "./index.global.min.js",
"exports": {
"./package.json": "./package.json",
"./index.cjs": "./index.cjs",
"./index.js": "./index.js",
".": {
"types": "./index.d.ts",
"require": "./index.cjs",
"import": "./index.js"
}
},
"sideEffects": false
}