mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-01 22:14:03 -04:00
5a791df8d3
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>
18 lines
393 B
JSON
18 lines
393 B
JSON
{
|
|
"name": "@llamaindex/autotool-01-node-example",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@llamaindex/autotool": "workspace:*",
|
|
"llamaindex": "workspace:*",
|
|
"openai": "^4.73.1"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.20.3"
|
|
},
|
|
"scripts": {
|
|
"start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts"
|
|
},
|
|
"version": "0.0.140"
|
|
}
|