Files
LlamaIndexTS/unit/package.json
T
github-actions[bot] 075f88dbc3 Release 0.8.1 (#1415)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-31 11:57:26 -07:00

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