Files
united-workforce/packages/workflow-cas/package.json
T
2026-05-13 17:00:43 +08:00

28 lines
500 B
JSON

{
"name": "@uncaged/workflow-cas",
"version": "0.3.20",
"files": [
"dist",
"package.json"
],
"type": "module",
"scripts": {
"test": "bun test"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./src/index.ts"
}
},
"dependencies": {
"@uncaged/workflow-protocol": "workspace:*",
"@uncaged/workflow-util": "workspace:*",
"xxhashjs": "^0.2.2",
"yaml": "^2.7.1"
},
"devDependencies": {
"@types/bun": "latest"
}
}