@fullcalendar/core
Version:
FullCalendar core types package
45 lines • 1.08 kB
JSON
{
"name": "@fullcalendar/core",
"version": "7.0.2",
"title": "FullCalendar Core Types",
"description": "FullCalendar core types package",
"peerDependencies": {
"@full-ui/headless-calendar": "7.0.2",
"temporal-polyfill": "^1.0.1"
},
"type": "module",
"keywords": [
"calendar",
"event",
"full-sized",
"fullcalendar"
],
"homepage": "https://fullcalendar.io",
"bugs": "https://fullcalendar.io/reporting-bugs",
"repository": {
"type": "git",
"url": "https://github.com/fullcalendar/fullcalendar.git",
"directory": "packages/core-types"
},
"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",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./protected-api": {
"types": "./protected-api.d.ts",
"default": "./protected-api.js"
}
},
"sideEffects": false
}