-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) 路 872 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) 路 872 Bytes
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
{
"name": "@eserstack/ai",
"version": "4.5.2",
"type": "module",
"exports": {
".": "./main.ts",
"./mod": "./mod.ts",
"./module": "./module.ts",
"./adapters": "./adapters/mod.ts",
"./streams": "./streams/mod.ts",
"./commands/ask": "./commands/ask.ts",
"./commands/list": "./commands/list.ts"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.126.0",
"@eserstack/ajan": "workspace:*",
"@eserstack/httpclient": "workspace:*",
"@eserstack/logging": "workspace:*",
"@eserstack/primitives": "workspace:*",
"@eserstack/shell": "workspace:*",
"@eserstack/standards": "workspace:*",
"@eserstack/streams": "workspace:*",
"@google/genai": "^2.23.0",
"openai": "^7.17.0"
},
"devDependencies": {
"@std/assert": "npm:@jsr/std__assert@^1.0.19",
"@std/testing": "npm:@jsr/std__testing@^1.0.20"
}
}