{ "name": "clide-ui-harness", "description": "Playwright harness Claude Code uses to drive the Flutter web WASM build of clide.", "private": true, "type": "module", "scripts": { "test": "playwright test", "test:headed": "playwright test --headed", "install-browsers": "playwright install chromium" }, "devDependencies": { "@playwright/test": "1.50.0", "typescript": "5.6.3" } }