-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.41 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.41 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
{
"name": "fangorn-agent",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc && chmod 755 build/index.js",
"dev": "npx tsx src/index.ts",
"dev:web": "npx tsx src/server.ts",
"format": "prettier . --write",
"search": "npx tsx searchAgents.ts"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@a2a-js/sdk": "0.3.10",
"@fangorn-network/fetch": "2026.3.3-1.1",
"@fangorn-network/sdk": "^2026.3.28",
"@fangorn-network/client-types": "file:../subgraphs/client-types",
"@langchain/anthropic": "^1.3.25",
"@langchain/core": "^1.1.36",
"@langchain/langgraph": "^1.2.0",
"@langchain/mcp-adapters": "^1.1.3",
"@langchain/ollama": "^1.2.2",
"@modelcontextprotocol/sdk": "^1.26.0",
"agent0-sdk": "^1.5.3",
"cors": "^2.8.6",
"dotenv": "^17.2.4",
"express": "^5.2.1",
"googleapis": "^171.4.0",
"langchain": "^1.2.14",
"viem": "^2.45.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/node": "^25.2.2",
"prettier": "3.7.3",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
}