mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-01 21:54:06 -04:00
0a1090f41a
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: logan-markewich <22285038+logan-markewich@users.noreply.github.com>
35 lines
934 B
JSON
35 lines
934 B
JSON
{
|
|
"name": "@llamaindex/workflow-http",
|
|
"version": "4.0.4",
|
|
"type": "module",
|
|
"description": "HTTP protocol for Llama Flow",
|
|
"deprecated": "This package is deprecated. Please use LlamaAgents (Python Workflows) instead: https://developers.llamaindex.ai/python/llamaagents/overview/",
|
|
"exports": {
|
|
"./server": {
|
|
"types": "./dist/server.d.ts",
|
|
"require": "./dist/server.cjs",
|
|
"default": "./dist/server.js"
|
|
},
|
|
"./client": {
|
|
"types": "./dist/client.d.ts",
|
|
"require": "./dist/client.cjs",
|
|
"default": "./dist/client.js"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/run-llama/workflows-ts.git"
|
|
},
|
|
"scripts": {
|
|
"build": "bunchee",
|
|
"dev": "bunchee --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@llamaindex/workflow-core": "workspace:*",
|
|
"bunchee": "^6.5.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@llamaindex/workflow-core": "workspace:*"
|
|
}
|
|
}
|