mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-25 00:15:21 -04:00
3a2c19e2df
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: himself65 <14026360+himself65@users.noreply.github.com>
34 lines
774 B
JSON
34 lines
774 B
JSON
{
|
|
"name": "@llamaindex/workflow-http",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "HTTP protocol for Llama Flow",
|
|
"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:*"
|
|
}
|
|
}
|