{ "name": "shoal-e2e", "private": true, "version": "0.0.0", "description": "Live-server end-to-end tests driving Shoal through the TypeScript SDK", "type": "module", "scripts": { "test": "vitest run", "typecheck": "tsc --noEmit" }, "devDependencies": { "@types/node": "^20.11.0", "typescript": "^5.4.0", "vitest": "^1.6.0" } }