Files
LlamaIndexTS/unit/package.json
T
github-actions[bot] 5c4f4a8d83 Release 0.8.0 (#1397)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: himself65 <himself65@users.noreply.github.com>
2024-10-27 20:36:08 -05:00

20 lines
388 B
JSON

{
"name": "@llamaindex/unit-test",
"private": true,
"version": "0.0.8",
"type": "module",
"scripts": {
"test": "vitest run"
},
"devDependencies": {
"@faker-js/faker": "^9.0.1",
"msw": "^2.4.8",
"vitest": "^2.0.5"
},
"dependencies": {
"@llamaindex/cloud": "workspace:*",
"@llamaindex/readers": "workspace:*",
"llamaindex": "workspace:*"
}
}