-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.09 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@langtrase/typescript-sdk",
"version": "6.3.7",
"description": "A typescript SDK for Langtrace",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"!dist/examples",
"README.md",
"LICENSE",
"package.json"
],
"scripts": {
"lint": "eslint . --ext .ts",
"build": "npm run lint && tsc --build && tsc-alias",
"start": "node dist/init/init.js",
"changeset": "changeset",
"changeset_version": "changeset version"
},
"author": "Scale3 Labs",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.670.0",
"@langtrase/trace-attributes": "7.5.3",
"@opentelemetry/api": "^1.7.0",
"@opentelemetry/instrumentation": "^0.49.1",
"@opentelemetry/sdk-trace-base": "^1.22.0",
"@opentelemetry/sdk-trace-node": "^1.22.0",
"@types/webpack": "^5.28.5",
"ansi-colors": "^4.1.3",
"axios": "^1.6.7",
"js-tiktoken": "^1.0.14",
"node-loader": "^2.0.0"
},
"devDependencies": {
"@ai-sdk/anthropic": "^0.0.41",
"@ai-sdk/openai": "^0.0.34",
"@anthropic-ai/sdk": "^0.24.3",
"@changesets/cli": "^2.27.1",
"@google-cloud/vertexai": "^1.5.0",
"@google/generative-ai": "^0.1.3",
"@mistralai/mistralai": "^1.0.4",
"@opentelemetry/exporter-trace-otlp-http": "^0.53.0",
"@pinecone-database/pinecone": "^2.0.1",
"@qdrant/js-client-rest": "^1.9.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"ai": "^3.2.29",
"chromadb": "^1.9.4",
"cohere-ai": "^7.15.0",
"dotenv": "^16.4.5",
"eslint": "^8.34.0",
"eslint-config-prettier": "^10.1.1",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-unused-imports": "^2.0.0",
"groq-sdk": "^0.3.3",
"i": "^0.3.7",
"llamaindex": "^0.1.21",
"npm": "^10.8.3",
"ollama": "^0.5.2",
"openai": "^4.47.1",
"pgvector": "^0.1.8",
"prettier": "^3.5.3",
"tsc-alias": "^1.8.8",
"typescript": "^4.9.5",
"weaviate-ts-client": "^2.2.0"
}
}