{ "name": "@uncaged/cli-workflow", "version": "0.2.0", "type": "module", "bin": { "uncaged-workflow": "src/cli.ts" }, "dependencies": { "@uncaged/workflow": "workspace:*", "yaml": "^2.8.4" }, "scripts": { "test": "bun test" } }