-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.57 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
{
"type": "module",
"workspaces": [
"sdk-js",
"agent-js",
"website"
],
"scripts": {
"generate:provider-code": "node scripts/generate-provider-code.ts",
"format": "prettier --write .",
"lint": "eslint .",
"build": "tsc -p tsconfig.json && npm run build --workspace=sdk-js --workspace=agent-js",
"test": "npm run test --workspaces"
},
"devDependencies": {
"@eslint/compat": "^1.4.1",
"@eslint/js": "^9.39.5",
"@tsconfig/strictest": "^2.0.8",
"@types/node": "^26.1.1",
"c8": "^11.0.0",
"dot-prop": "^10.1.0",
"eslint": "^9.39.5",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.7.0",
"prettier": "^3.9.5",
"prettier-plugin-tailwindcss": "^0.8.1",
"typescript": "^6",
"typescript-eslint": "^8.64.0"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.111.0",
"@apidevtools/json-schema-ref-parser": "^15.5.0",
"@cloudflare/json-schema-walker": "^0.1.1",
"@google/genai": "^1.52.0",
"@mistralai/mistralai": "^2.4.1",
"@modelcontextprotocol/sdk": "^1.29.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.220.0",
"@opentelemetry/sdk-trace-base": "^2.9.0",
"@opentelemetry/sdk-trace-node": "^2.9.0",
"@types/json-schema": "^7.0.15",
"ajv": "^8.20.0",
"cohere-ai": "^8.0.0",
"diff": "^9.0.0",
"dotenv": "^17.4.2",
"openai": "^6.47.0",
"typebox": "^1.3.6",
"zod": "^3.25.76",
"zod-to-json-schema": "^3.25.2"
}
}