| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "private": true,
- "name": "@fullcalendar/standard-features",
- "version": "0.0.0",
- "keywords": [
- "calendar",
- "event",
- "full-sized"
- ],
- "homepage": "https://fullcalendar.io/",
- "docs": "https://fullcalendar.io/docs",
- "bugs": "https://fullcalendar.io/reporting-bugs",
- "repository": {
- "type": "git",
- "url": "https://github.com/fullcalendar/fullcalendar.git",
- "homepage": "https://github.com/fullcalendar/fullcalendar"
- },
- "license": "MIT",
- "author": {
- "name": "Adam Shaw",
- "email": "[email protected]",
- "url": "http://arshaw.com/"
- },
- "copyright": "2022 Adam Shaw",
- "type": "module",
- "devDependencies": {
- "@fullcalendar/standard-scripts": "workspace:*"
- },
- "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": {
- "peerDependencyRules": {
- "allowAny": [
- "postcss"
- ]
- },
- "patchedDependencies": {
- "[email protected]": "scripts/patches/[email protected]"
- }
- }
- }
|