mirror of
https://github.com/run-llama/LlamaIndexTS.git
synced 2026-07-23 07:45:27 -04:00
27 lines
776 B
JSON
27 lines
776 B
JSON
{
|
|
"name": "@llamaindex/e2e",
|
|
"private": true,
|
|
"version": "0.0.7",
|
|
"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",
|
|
"@llamaindex/core": "workspace:*",
|
|
"@llamaindex/env": "workspace:*",
|
|
"@llamaindex/openai": "workspace:*",
|
|
"@types/node": "^22.9.0",
|
|
"@types/pg": "^8.11.8",
|
|
"@xenova/transformers": "^2.17.2",
|
|
"consola": "^3.2.3",
|
|
"dotenv": "^16.4.5",
|
|
"llamaindex": "workspace:*",
|
|
"pg": "^8.12.0",
|
|
"pgvector": "0.2.0",
|
|
"tsx": "^4.19.0"
|
|
}
|
|
}
|