mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-01 21:54:06 -04:00
21 lines
437 B
JSON
21 lines
437 B
JSON
{
|
|
"name": "demo",
|
|
"type": "module",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@hono/node-server": "^1.14.4",
|
|
"@inquirer/prompts": "^7.5.3",
|
|
"@llamaindex/workflow-core": "latest",
|
|
"@modelcontextprotocol/sdk": "^1.13.1",
|
|
"hono": "^4.8.3",
|
|
"openai": "^5.7.0",
|
|
"p-retry": "^6.2.1",
|
|
"rxjs": "^7.8.2",
|
|
"zod": "^3.25.67"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.4",
|
|
"tsx": "^4.20.3"
|
|
}
|
|
}
|