-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "honeyhive",
"version": "1.0.20",
"author": "HoneyHive",
"main": "./index.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/honeyhiveai/typescript-sdk.git",
"directory": "."
},
"scripts": {
"lint": "eslint --max-warnings=0 src",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"zod": ">= 3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"typescript": "^5.4.5",
"zod": "^3.23.4"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.21.0",
"@aws-sdk/client-bedrock-runtime": "^3.577.0",
"@azure/openai": "^1.0.0-beta.12",
"@pinecone-database/pinecone": "^2.2.1",
"@traceloop/node-server-sdk": "^0.11.5",
"chromadb": "1.8.1",
"cohere-ai": "^7.10.0",
"js-tiktoken": "^1.0.15",
"langchain": "^0.2.0",
"llamaindex": "^0.3.12",
"openai": "^4.47.1",
"posthog-node": "^4.2.0",
"reflect-metadata": "^0.1.13"
}
}