{
  "name": "multilingual-press-zone-tests",
  "version": "1.0.0",
  "description": "Playwright tests for Multilingual Press Zone plugin",
  "scripts": {
    "test": "playwright test",
    "test:headed": "playwright test --headed",
    "test:debug": "playwright test --debug",
    "test:ui": "playwright test --ui"
  },
  "devDependencies": {
    "@playwright/test": "^1.58.2"
  }
}
