Files
lobehub/packages/model-runtime/package.json
renovate[bot] b76e3c85b9 Update all non-major dependencies (#10177)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-17 09:56:56 +08:00

25 lines
632 B
JSON

{
"name": "@lobechat/model-runtime",
"version": "1.0.0",
"private": true,
"exports": {
".": "./src/index.ts",
"./vertexai": "./src/providers/vertexai/index.ts"
},
"scripts": {
"test": "vitest",
"test:coverage": "vitest --coverage --silent='passed-only'",
"test:update": "vitest -u"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.932.0",
"@huggingface/inference": "^4.13.3",
"@lobechat/const": "workspace:*",
"@lobechat/types": "workspace:*",
"@lobechat/utils": "workspace:*",
"debug": "^4.4.3",
"model-bank": "workspace:*",
"openai": "^4.104.0"
}
}