-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 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
{
"name": "defai-agent",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node dist/server.js",
"dev": "node server.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@aave/contract-helpers": "^1.31.1",
"@aave/math-utils": "^1.31.1",
"@bgd-labs/aave-address-book": "^4.9.0",
"@coinbase/agentkit": "^0.1.1",
"@coinbase/agentkit-langchain": "^0.1.0",
"@coinbase/cdp-langchain": "^0.0.15",
"@langchain/core": "^0.3.37",
"@langchain/langgraph": "^0.2.44",
"@langchain/openai": "^0.4.2",
"@morpho-org/blue-sdk": "^2.3.0",
"@morpho-org/blue-sdk-viem": "^2.2.1",
"@morpho-org/morpho-ts": "^2.0.1",
"@types/express": "^4.17.21",
"dayjs": "^1.11.13",
"ethers": "^5.7.2",
"express": "^4.18.2",
"ts-node": "^10.9.2",
"viem": "^2.22.21",
"winston": "^3.17.0"
},
"devDependencies": {
"typescript": "^5.7.3"
}
}