a8c00f169b
小橘 🍊
24 lines
450 B
JSON
24 lines
450 B
JSON
{
|
|
"name": "@uncaged/workflow-cas",
|
|
"version": "0.3.9",
|
|
"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"
|
|
}
|
|
}
|