Skip to content

Commit

Permalink
Remove root dependencies (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonRuggiero authored Jan 13, 2025
1 parent 0cc6885 commit 243bd29
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 94 deletions.
161 changes: 82 additions & 79 deletions drivers/package.json
Original file line number Diff line number Diff line change
@@ -1,82 +1,85 @@
{
"name": "@llumiverse/drivers",
"version": "0.15.0",
"type": "module",
"description": "LLM driver implementations. Currently supported are: openai, huggingface, bedrock, replicate.",
"files": [
"lib",
"src"
],
"name": "@llumiverse/drivers",
"version": "0.15.0",
"type": "module",
"description": "LLM driver implementations. Currently supported are: openai, huggingface, bedrock, replicate.",
"files": [
"lib",
"src"
],
"types": "./lib/types/index.d.ts",
"exports": {
"types": "./lib/types/index.d.ts",
"exports": {
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.js"
},
"scripts": {
"test": "vitest run --retry 3",
"build": "pnpm exec tsmod build",
"clean": "rimraf ./lib tsconfig.tsbuildinfo"
},
"author": "Llumiverse",
"license": "Apache-2.0",
"homepage": "https://github.com/vertesia/llumiverse",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/vertesia/llumiverse.git"
},
"keywords": [
"llm",
"ai",
"prompt",
"prompt engineering",
"ml",
"machine learning",
"embeddings",
"training",
"model",
"universal",
"api",
"chatgpt",
"openai",
"vertexai",
"bedrock",
"replicate",
"huggingface",
"togetherai"
],
"devDependencies": {
"@types/eventsource": "^1.1.15",
"@types/json-schema": "^7.0.15",
"dotenv": "^16.4.5",
"rimraf": "^6.0.0",
"ts-dual-module": "^0.6.3",
"typescript": "^5.6.2",
"vitest": "^2.0.0"
},
"dependencies": {
"@aws-sdk/client-bedrock": "^3.709.0",
"@aws-sdk/client-bedrock-runtime": "^3.709.0",
"@aws-sdk/client-s3": "^3.709.0",
"@aws-sdk/credential-providers": "^3.709.0",
"@aws-sdk/lib-storage": "^3.709.0",
"@azure/identity": "^4.4.1",
"@azure/openai": "2.0.0-beta.2",
"@google-cloud/vertexai": "^1.7.0",
"@huggingface/inference": "2.6.7",
"@llumiverse/core": "workspace:*",
"@smithy/types": "^3.4.2",
"api-fetch-client": "^0.13.0",
"eventsource": "^2.0.2",
"google-auth-library": "^9.14.0",
"groq-sdk": "^0.3.3",
"json-schema": "^0.4.0",
"mnemonist": "^0.39.8",
"node-web-stream-adapters": "^0.1.0",
"openai": "^4.61.1",
"replicate": "^0.33.0"
},
"ts_dual_module": {
"outDir": "lib"
}
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.js"
},
"scripts": {
"test": "vitest run --retry 3",
"build": "pnpm exec tsmod build",
"clean": "rimraf ./lib tsconfig.tsbuildinfo"
},
"author": "Llumiverse",
"license": "Apache-2.0",
"homepage": "https://github.com/vertesia/llumiverse",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/vertesia/llumiverse.git"
},
"keywords": [
"llm",
"ai",
"prompt",
"prompt engineering",
"ml",
"machine learning",
"embeddings",
"training",
"model",
"universal",
"api",
"chatgpt",
"openai",
"vertexai",
"bedrock",
"replicate",
"huggingface",
"togetherai"
],
"devDependencies": {
"@types/eventsource": "^1.1.15",
"@types/json-schema": "^7.0.15",
"dotenv": "^16.4.5",
"rimraf": "^6.0.0",
"ts-dual-module": "^0.6.3",
"typescript": "^5.6.2",
"vitest": "^2.0.0"
},
"dependencies": {
"@aws-sdk/client-bedrock": "^3.709.0",
"@aws-sdk/client-bedrock-runtime": "^3.709.0",
"@aws-sdk/client-s3": "^3.709.0",
"@aws-sdk/credential-providers": "^3.709.0",
"@aws-sdk/lib-storage": "^3.709.0",
"@azure/identity": "^4.4.1",
"@azure/openai": "2.0.0-beta.2",
"@google-cloud/vertexai": "^1.7.0",
"@huggingface/inference": "2.6.7",
"@llumiverse/core": "workspace:*",
"@smithy/types": "^3.4.2",
"api-fetch-client": "^0.13.0",
"eventsource": "^2.0.2",
"google-auth-library": "^9.14.0",
"groq-sdk": "^0.3.3",
"json-schema": "^0.4.0",
"mnemonist": "^0.39.8",
"node-web-stream-adapters": "^0.1.0",
"openai": "^4.61.1",
"replicate": "^0.33.0",
"@anthropic-ai/sdk": "^0.33.1",
"@anthropic-ai/vertex-sdk": "^0.6.1",
"@google-cloud/aiplatform": "^3.34.0"
},
"ts_dual_module": {
"outDir": "lib"
}
}
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,5 @@
"rollup": "$rollup",
"cross-spawn": "$cross-spawn"
}
},
"dependencies": {
"@anthropic-ai/sdk": "^0.33.1",
"@anthropic-ai/vertex-sdk": "^0.6.1",
"@google-cloud/aiplatform": "^3.34.0"
}
}
19 changes: 9 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 243bd29

Please sign in to comment.