d5d7be6100
Excludes tsconfig.json and source files from published packages. Fixes TypeScript errors when consuming packages via bun.
21 lines
431 B
JSON
21 lines
431 B
JSON
{
|
|
"name": "@uncaged/workflow-runtime",
|
|
"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-cas": "workspace:*",
|
|
"@uncaged/workflow-protocol": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"zod": "^4.0.0"
|
|
}
|
|
} |