{ "name": "dispatch", "private": true, "type": "module", "workspaces": [ "packages/*" ], "scripts": { "check": "biome check .", "check:fix": "biome check --write .", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc -b --pretty" }, "devDependencies": { "@biomejs/biome": "^2.4.15", "@types/bun": "^1.3.14", "typescript": "^5.7.0", "vitest": "^3.0.0" } }