Files
united-workforce/packages/cli-workflow/package.json
T
xiaoju 485bfcb0b6 chore: remove unused build scripts
All packages are pure Bun/TS — no build step needed.
The build scripts were all placeholder `echo 'TODO'` anyway.
2026-05-08 00:46:35 +00:00

16 lines
262 B
JSON

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