{ "name": "@vector/e2e", "version": "0.0.0", "private": true, "type": "module", "scripts": { "test": "playwright test", "test:ui": "playwright test --ui", "install-browsers": "playwright install --with-deps chromium", "typecheck": "tsc -p tsconfig.json --noEmit", "clean": "rimraf test-results playwright-report .turbo" }, "devDependencies": { "@playwright/test": "^1.50.0", "@types/node": "^22.10.2", "typescript": "^5.7.2" } }