d351343aa8
workflow-role-coder and workflow-role-planner have no test files — bun test exits 1 on empty. Changed to 'echo no tests' for clean CI. 小橘 <xiaoju@shazhou.work>
16 lines
301 B
JSON
16 lines
301 B
JSON
{
|
|
"name": "@uncaged/workflow-role-coder",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"build": "echo 'TODO'",
|
|
"test": "echo no tests"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/workflow": "workspace:*",
|
|
"zod": "^4.0.0"
|
|
}
|
|
}
|