-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.62 KB
/
package.json
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
72
73
74
75
76
77
78
79
80
81
82
{
"name": "@lmnr-ai/lmnr",
"version": "0.4.26",
"description": "TypeScript SDK for Laminar AI",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts src/cli.ts --format esm,cjs --dts",
"test": "tsx --test test/*.test.ts"
},
"bin": {
"lmnr": "./dist/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lmnr-ai/lmnr-ts.git"
},
"keywords": [
"laminar",
"lmnr",
"sdk",
"lmnr.ai"
],
"author": "founders@lmnr.ai",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lmnr-ai/lmnr-ts/issues"
},
"homepage": "https://github.com/lmnr-ai/lmnr-ts#README",
"devDependencies": {
"@anthropic-ai/sdk": "^0.27.3",
"@aws-sdk/client-bedrock-runtime": "^3.705.0",
"@azure/openai": "1.0.0-beta.13",
"@google-cloud/aiplatform": "^3.34.0",
"@google-cloud/vertexai": "^1.9.0",
"@langchain/core": "^0.3.20",
"@pinecone-database/pinecone": "^3.0.3",
"@qdrant/js-client-rest": "^1.12.0",
"@types/argparse": "^2.0.17",
"@types/cli-progress": "^3.11.6",
"@types/node": "^22.10.1",
"@types/semver": "^7.5.8",
"@types/uuid": "^10.0.0",
"bufferutil": "^4.0.8",
"chromadb": "^1.9.4",
"cohere-ai": "^7.15.0",
"langchain": "^0.3.6",
"llamaindex": "^0.7.10",
"openai": "^4.75.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"dependencies": {
"@grpc/grpc-js": "^1.12.3",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/core": "^1.28.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.53.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.53.0",
"@opentelemetry/instrumentation": "^0.53.0",
"@opentelemetry/sdk-node": "^0.53.0",
"@opentelemetry/sdk-trace-base": "^1.28.0",
"@opentelemetry/sdk-trace-node": "^1.28.0",
"@opentelemetry/semantic-conventions": "^1.28.0",
"@traceloop/ai-semantic-conventions": "^0.11.0",
"@traceloop/instrumentation-anthropic": "^0.11.1",
"@traceloop/instrumentation-azure": "^0.11.1",
"@traceloop/instrumentation-bedrock": "^0.11.1",
"@traceloop/instrumentation-chromadb": "^0.11.3",
"@traceloop/instrumentation-cohere": "^0.11.1",
"@traceloop/instrumentation-langchain": "^0.11.4",
"@traceloop/instrumentation-llamaindex": "^0.11.1",
"@traceloop/instrumentation-openai": "^0.11.3",
"@traceloop/instrumentation-pinecone": "^0.11.1",
"@traceloop/instrumentation-qdrant": "^0.11.1",
"@traceloop/instrumentation-vertexai": "^0.11.4",
"argparse": "^2.0.1",
"cli-progress": "^3.12.0",
"esbuild": "^0.24.0",
"uuid": "^11.0.3"
}
}