{ "name": "resumesite-e2e", "private": true, "type": "module", "scripts": { "test:e2e": "playwright test", "install-browsers": "playwright install --with-deps chromium" }, "devDependencies": { "@axe-core/playwright": "^4.10.1", "@playwright/test": "^1.50.1" } }