-
github-actions[bot] authored
Co-authored-by:
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by:
marcusschiesser <17126+marcusschiesser@users.noreply.github.com>
github-actions[bot] authoredCo-authored-by:
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by:
marcusschiesser <17126+marcusschiesser@users.noreply.github.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm.
Learn more
package.json 842 B
{
"name": "@llamaindex/unit-test",
"private": true,
"version": "0.1.11",
"type": "module",
"scripts": {
"test": "vitest run"
},
"devDependencies": {
"@azure/cosmos": "^4.1.1",
"@faker-js/faker": "^9.2.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"msw": "^2.6.5",
"vitest": "^2.1.5"
},
"dependencies": {
"@llamaindex/cloud": "workspace:*",
"@llamaindex/core": "workspace:*",
"@llamaindex/node-parser": "workspace:*",
"@llamaindex/openai": "workspace:*",
"@llamaindex/readers": "workspace:*",
"@llamaindex/workflow": "workspace:*",
"llamaindex": "workspace:*",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tree-sitter": "^0.22.1",
"tree-sitter-javascript": "^0.23.1",
"tree-sitter-typescript": "^0.23.2",
"zod": "^3.23.8"
}
}