{ "name": "@uncaged/workflow-cas", "version": "0.3.2", "type": "module", "scripts": { "test": "bun test" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./src/index.ts" } }, "dependencies": { "@uncaged/workflow-protocol": "workspace:*", "@uncaged/workflow-util": "workspace:*", "xxhashjs": "^0.2.2", "yaml": "^2.7.1" }, "devDependencies": { "@types/bun": "latest" } }