14 lines
254 B
JSON
14 lines
254 B
JSON
{
|
|
"name": "@uncaged/workflow-agent-llm",
|
|
"version": "0.3.5",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/workflow-runtime": "workspace:*"
|
|
}
|
|
}
|