pages/fullcalendar-main/packages/web-component/package.json
2024-03-06 14:33:17 +01:00

50 lines
1.1 KiB
JSON

{
"name": "@fullcalendar/web-component",
"version": "6.1.11",
"title": "FullCalendar Web Component",
"description": "Custom Element for FullCalendar",
"keywords": [
"web-component",
"custom-element"
],
"homepage": "https://fullcalendar.io/docs/web-component",
"peerDependencies": {
"@fullcalendar/core": "~6.1.11"
},
"devDependencies": {
"@fullcalendar/core": "~6.1.11",
"@fullcalendar-scripts/standard": "*"
},
"scripts": {
"build": "standard-scripts pkg:build",
"clean": "standard-scripts pkg:clean",
"lint": "eslint ."
},
"type": "module",
"tsConfig": {
"extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist/.tsout"
},
"include": [
"./src/**/*"
]
},
"buildConfig": {
"exports": {
".": {
"iife": true
},
"./global": {}
},
"iifeGlobals": {
".": ""
}
},
"sideEffects": true,
"publishConfig": {
"directory": "./dist",
"linkDirectory": true
}
}