{
  "name": "forum-press-zone-tests",
  "version": "1.0.0",
  "description": "Testing suite for Forum Press Zone plugin",
  "scripts": {
    "baseline": "node baseline-screenshots.js",
    "verify": "node verify-screenshots.js",
    "install-browsers": "npx playwright install chromium"
  },
  "dependencies": {
    "@playwright/test": "^1.40.1",
    "playwright": "^1.40.1",
    "pixelmatch": "^5.3.0",
    "pngjs": "^7.0.0"
  }
}
