mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-23 07:45:27 -04:00
075f88dbc3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
22 lines
468 B
JSON
22 lines
468 B
JSON
{
|
|
"name": "@llamaindex/unit-test",
|
|
"private": true,
|
|
"version": "0.0.9",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest run"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^9.0.1",
|
|
"msw": "^2.6.0",
|
|
"vitest": "^2.0.5"
|
|
},
|
|
"dependencies": {
|
|
"@llamaindex/cloud": "workspace:*",
|
|
"@llamaindex/core": "workspace:*",
|
|
"@llamaindex/openai": "workspace:*",
|
|
"@llamaindex/readers": "workspace:*",
|
|
"llamaindex": "workspace:*"
|
|
}
|
|
}
|