package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "private": true,
  3. "name": "@fullcalendar-monorepos/standard",
  4. "description": "Full-sized drag & drop event calendar in JavaScript",
  5. "version": "6.1.14",
  6. "keywords": [
  7. "calendar",
  8. "event",
  9. "full-sized",
  10. "fullcalendar"
  11. ],
  12. "homepage": "https://fullcalendar.io",
  13. "bugs": "https://fullcalendar.io/reporting-bugs",
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/fullcalendar/fullcalendar.git"
  17. },
  18. "license": "MIT",
  19. "author": {
  20. "name": "Adam Shaw",
  21. "email": "[email protected]",
  22. "url": "http://arshaw.com/"
  23. },
  24. "copyright": "2024 Adam Shaw",
  25. "devDependencies": {
  26. "@fullcalendar-scripts/standard": "*"
  27. },
  28. "type": "module",
  29. "scripts": {
  30. "postinstall": "standard-scripts postinstall",
  31. "lint": "standard-scripts lint",
  32. "build": "standard-scripts build",
  33. "dev": "standard-scripts dev",
  34. "test": "standard-scripts test",
  35. "test:dev": "standard-scripts test --dev",
  36. "clean": "standard-scripts clean",
  37. "ci": "pnpm run lint && pnpm run build && pnpm run test"
  38. },
  39. "engines": {
  40. "pnpm": ">=7.9.5"
  41. },
  42. "pnpm": {
  43. "patchedDependencies": {
  44. "[email protected]": "scripts/patches/[email protected]"
  45. }
  46. }
  47. }