{
  "name": "multilingual-press-zone-e2e-tests",
  "version": "1.0.0",
  "scripts": {
    "test": "playwright test",
    "test:target-safety": "node --test target-safety.node-test.js",
    "test:chromium": "playwright test --project=chromium",
    "test:firefox": "playwright test --project=firefox",
    "test:webkit": "playwright test --project=webkit",
    "test:headed": "playwright test --headed",
    "test:debug": "playwright test --debug",
    "report": "playwright show-report"
  },
  "devDependencies": {
    "@playwright/test": "1.62.0"
  }
}
