{
  "name": "webcalendar",
  "version": "1.0.3",
  "description": "A modern, multiuser calendar plugin for WordPress built on Clean Architecture principles and the `webcalendar-core` business logic engine.",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "start": "wp-scripts start src/index.js src/frontend.js",
    "build": "wp-scripts build src/index.js src/frontend.js",
    "test": "wp-scripts test-unit-js",
    "test:watch": "wp-scripts test-unit-js --watch",
    "test:e2e": "npx playwright test",
    "test:e2e:headed": "npx playwright test --headed"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@toast-ui/react-calendar": "^2.1.3",
    "@wordpress/scripts": "^31.5.0"
  },
  "dependencies": {
    "@tiptap/pm": "^3.20.0",
    "@tiptap/react": "^3.20.0",
    "@tiptap/starter-kit": "^3.20.0",
    "@wordpress/api-fetch": "^7.40.0",
    "@wordpress/components": "^32.2.0",
    "@wordpress/data": "^10.39.0",
    "flatpickr": "^4.6.13",
    "leaflet": "^1.9.4"
  }
}
