{ "name": "unreal-tran-e2e", "private": true, "version": "0.1.0", "type": "module", "scripts": { "install:browsers": "playwright install chromium", "test": "playwright test", "test:headed": "playwright test --headed", "test:ui": "playwright test --ui", "typecheck": "tsc --noEmit", "report": "playwright show-report artifacts/html-report" }, "devDependencies": { "@types/node": "22.18.1", "@playwright/test": "1.55.0", "typescript": "5.9.3" } }