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>
20 lines
384 B
JSON
20 lines
384 B
JSON
{
|
|
"name": "@uncaged/workflow-template-develop",
|
|
"version": "0.3.1",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./src/index.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/workflow-register": "workspace:*",
|
|
"@uncaged/workflow-runtime": "workspace:*",
|
|
"zod": "^4.0.0"
|
|
}
|
|
}
|