mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-15 14:55:41 -04:00
33 lines
1014 B
JSON
33 lines
1014 B
JSON
{
|
|
"name": "@llamaindex/e2e",
|
|
"private": true,
|
|
"version": "0.1.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"e2e": "node --import tsx --import ./mock-register.js --test ./node/**/*.e2e.ts",
|
|
"e2e:nomock": "node --import tsx --test ./node/**/*.e2e.ts",
|
|
"e2e:updatesnap": "UPDATE_SNAPSHOT=1 node --import tsx --test ./node/**/*.e2e.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^9.2.0",
|
|
"@huggingface/transformers": "^3.5.0",
|
|
"@llamaindex/anthropic": "workspace:*",
|
|
"@llamaindex/clip": "workspace:*",
|
|
"@llamaindex/core": "workspace:*",
|
|
"@llamaindex/env": "workspace:*",
|
|
"@llamaindex/ollama": "workspace:*",
|
|
"@llamaindex/openai": "workspace:*",
|
|
"@llamaindex/pinecone": "workspace:*",
|
|
"@llamaindex/postgres": "workspace:*",
|
|
"@types/node": "^24.0.13",
|
|
"@types/pg": "^8.11.8",
|
|
"consola": "^3.2.3",
|
|
"dotenv": "^17.2.0",
|
|
"llamaindex": "workspace:*",
|
|
"pg": "^8.12.0",
|
|
"pgvector": "0.2.0",
|
|
"tsx": "^4.20.3",
|
|
"zod": "^3.25.76"
|
|
}
|
|
}
|