mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-17 10:47:56 +00:00
19 lines
441 B
JSON
19 lines
441 B
JSON
{
|
|
"name": "litellm-pass-through-tests",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "JS pass-through tests for Vertex AI / Google AI Studio routes. CI-only; not published.",
|
|
"dependencies": {
|
|
"@google-cloud/vertexai": "1.12.0",
|
|
"@google/generative-ai": "0.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "29.7.0"
|
|
},
|
|
"overrides": {
|
|
"@google-cloud/vertexai": {
|
|
"google-auth-library": "10.6.2"
|
|
}
|
|
}
|
|
}
|