22 lines
365 B
JSON
22 lines
365 B
JSON
{
|
|
"name": "@uncaged/workflow-util",
|
|
"version": "0.3.20",
|
|
"files": [
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./src/index.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/workflow-protocol": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|