{ "name": "ai-person-e2e", "private": true, "version": "0.1.0", "type": "module", "scripts": { "install:browsers": "playwright install chromium", "typecheck": "tsc --noEmit", "test": "playwright test", "test:headed": "playwright test --headed", "test:ui": "playwright test --ui", "test:full": "node scripts/run-full.mjs", "verify": "node scripts/verify-run.mjs", "report": "node scripts/generate-report.mjs", "report:html": "playwright show-report artifacts/runs/manual/html-report" }, "devDependencies": { "@playwright/test": "1.55.0", "@types/node": "22.18.1", "typescript": "5.9.3" }, "packageManager": "pnpm@10.32.1" }