Files
github-actions[bot] 3a2c19e2df Version Packages (#121)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: himself65 <14026360+himself65@users.noreply.github.com>
2025-06-25 15:35:19 -07:00

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