Files
workflows-ts/packages/http/package.json
T
github-actions[bot] 0a1090f41a Version Packages (#196)8
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>
2026-03-09 15:28:53 -06:00

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:*"
}
}