{
  "name": "playwright",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "test": "playwright test --project=chromium",
    "test:all": "playwright test --project=chromium",
    "test:phases": "playwright test --project=chromium",
    "test:phase1": "playwright test --project=01-authentication",
    "test:phase2": "playwright test --project=02-core-commerce",
    "test:phase3": "playwright test --project=03-user-management",
    "test:phase4": "playwright test --project=04-partner-management",
    "test:phase5": "playwright test --project=05-price-management",
    "test:phase6": "playwright test --project=06-seller-portal",
    "test:headed": "playwright test --headed --project=chromium",
    "test:debug": "playwright test --debug --project=chromium",
    "test:ui": "playwright test --ui --project=chromium",
    "report": "playwright show-report",
    "install-browsers": "playwright install"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "devDependencies": {
    "@playwright/test": "^1.56.0",
    "@types/node": "^24.7.0"
  },
  "dependencies": {
    "dotenv": "^17.2.3",
    "imap": "^0.8.17"
  }
}
