{ "name": "@uncaged/json-cas-workspace", "private": true, "workspaces": [ "packages/*" ], "devDependencies": { "@biomejs/biome": "^2.0.0", "bun-types": "^1.3.14", "typescript": "^5.8.0" }, "scripts": { "test": "bun test", "check": "biome check .", "format": "biome format --write ." } }