{
  "name": "playwright",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "auth:setup": "node auth-setup.js",
    "auth:clean": "rm -f auth-state.json",
    "test": "playwright test",
    "test:headed": "playwright test --headed",
    "test:ui": "playwright test --ui",
    "test:auth": "playwright test tests/fansiter-authenticated.spec.js",
    "test:auth:headed": "playwright test tests/fansiter-authenticated.spec.js --headed",
    "test:mozart": "playwright test tests/mozart-search.spec.js",
    "test:mozart:headed": "playwright test tests/mozart-search.spec.js --headed"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "devDependencies": {
    "@playwright/test": "^1.54.2"
  }
}
