{ "name": "@gravitational/e2e", "version": "1.0.0", "type": "module", "description": "Playwright tests for e2e testing.", "scripts": { "test": "./run.sh", "type-check": "tsgo --noEmit", "test:canonical-key": "tsx scripts/verify-canonical-key.ts", "show-report": "playwright show-report --port 0" }, "license": "Apache-2.0", "devDependencies": { "@playwright/test": "^1.61.1", "cbor-x": "^1.6.4", "tsx": "^4.22.4", "undici": "^8.5.0" } }