{ "name": "@uncaged/workflow-cas", "version": "0.4.5", "files": [ "src", "dist", "package.json" ], "type": "module", "scripts": { "test": "bun test" }, "exports": { ".": { "bun": "./src/index.ts", "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "dependencies": { "@uncaged/workflow-protocol": "workspace:^", "@uncaged/workflow-util": "workspace:^", "xxhashjs": "^0.2.2", "yaml": "^2.7.1" }, "devDependencies": { "@types/bun": "latest" }, "publishConfig": { "access": "public" } }