d5d7be6100
Excludes tsconfig.json and source files from published packages. Fixes TypeScript errors when consuming packages via bun.
19 lines
508 B
JSON
19 lines
508 B
JSON
{
|
|
"name": "@uncaged/workflow-agent-cursor",
|
|
"version": "0.3.16",
|
|
"files": ["dist", "package.json"],
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/workflow-protocol": "workspace:*",
|
|
"@uncaged/workflow-reactor": "workspace:*",
|
|
"@uncaged/workflow-runtime": "workspace:*",
|
|
"@uncaged/workflow-util": "workspace:*",
|
|
"@uncaged/workflow-util-agent": "workspace:*",
|
|
"zod": "^4.0.0"
|
|
}
|
|
} |