376dd87b6b
v0.3.0 was published with workspace:* deps (npm doesn't resolve them). Re-published as v0.3.1 with concrete version refs. Local monorepo deps restored to workspace:*. 小橘 <xiaoju@shazhou.work>
16 lines
329 B
JSON
16 lines
329 B
JSON
{
|
|
"name": "@uncaged/workflow-agent-cursor",
|
|
"version": "0.3.1",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/workflow-runtime": "workspace:*",
|
|
"@uncaged/workflow-util-agent": "workspace:*",
|
|
"zod": "^4.0.0"
|
|
}
|
|
}
|