| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "private": true,
- "name": "@fullcalendar-monorepos/standard",
- "description": "Full-sized drag & drop event calendar in JavaScript",
- "version": "6.1.13",
- "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"
- },
- "license": "MIT",
- "author": {
- "name": "Adam Shaw",
- "email": "[email protected]",
- "url": "http://arshaw.com/"
- },
- "copyright": "2024 Adam Shaw",
- "devDependencies": {
- "@fullcalendar-scripts/standard": "*"
- },
- "type": "module",
- "scripts": {
- "postinstall": "standard-scripts postinstall",
- "lint": "standard-scripts lint",
- "build": "standard-scripts build",
- "dev": "standard-scripts dev",
- "test": "standard-scripts test",
- "test:dev": "standard-scripts test --dev",
- "clean": "standard-scripts clean",
- "ci": "pnpm run lint && pnpm run build && pnpm run test"
- },
- "engines": {
- "pnpm": ">=7.9.5"
- },
- "pnpm": {
- "patchedDependencies": {
- "[email protected]": "scripts/patches/[email protected]"
- }
- }
- }
|