Files
united-workforce/packages/workflow-register/package.json
T
xiaoju d5d7be6100 chore: add files field to all packages, bump to 0.3.16
Excludes tsconfig.json and source files from published packages.
Fixes TypeScript errors when consuming packages via bun.
2026-05-13 07:19:49 +00:00

27 lines
562 B
JSON

{
"name": "@uncaged/workflow-register",
"version": "0.3.16",
"files": ["dist", "package.json"],
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./src/index.ts"
}
},
"dependencies": {
"@uncaged/workflow-protocol": "workspace:*",
"@uncaged/workflow-util": "workspace:*"
},
"peerDependencies": {
"acorn": "^8.0.0",
"yaml": "^2.0.0",
"zod": "^4.0.0"
},
"devDependencies": {
"acorn": "^8.14.1",
"yaml": "^2.7.1",
"zod": "^4.0.0",
"typescript": "^5.8.3"
}
}