{ "name": "openswarm-e2e", "private": true, "description": "Cross-platform end-to-end tests that drive the PACKAGED OpenSwarm desktop app (Electron) on macOS and Windows via Playwright.", "scripts": { "test": "playwright test" }, "devDependencies": { "@playwright/test": "1.49.1" } }