Files
LlamaIndexTS/packages/autotool/examples/01_node/package.json
T
github-actions[bot] 5a791df8d3 Release 0.12.2 (#2269)
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:26:10 -06:00

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