forked from brian-knows/langchain-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.56 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@brian-ai/langchain",
"version": "1.2.8",
"description": "Repository containing the LangchainJS toolkit for creating powerful web3 agents.",
"repository": {
"url": "git+https://github.com/brian-knows/langchain-toolkit"
},
"main": "./dist/index.js",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"type": "module",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup",
"test": "jest"
},
"keywords": [
"brian",
"ai",
"web3",
"typescript",
"javascript",
"sdk",
"agents"
],
"author": "Brian",
"license": "MIT",
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/bun": "latest",
"@types/pg": "^8.11.10",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@brian-ai/sdk": "0.3.3",
"@coinbase/coinbase-sdk": "^0.10.0",
"@gelatonetwork/relay-sdk-viem": "^1.2.0",
"@langchain/community": "^0.3.15",
"@langchain/core": "^0.3.17",
"@langchain/openai": "^0.3.12",
"@lifi/sdk": "^3.4.1",
"@neynar/nodejs-sdk": "^1.71.0",
"@supabase/supabase-js": "^2.46.1",
"@uniswap/sdk-core": "^5.9.0",
"@uniswap/smart-order-router": "^4.8.0",
"@uniswap/v3-sdk": "^3.18.1",
"@xmtp/message-kit": "1.1.7-beta.26",
"agent-twitter-client": "^0.0.13",
"dotenv": "^16.4.5",
"ky": "^1.5.0",
"langchain": "^0.3.5",
"openai": "^4.71.1",
"starknet": "^6.11.0",
"viem": "^2.21.43",
"zod": "^3.23.8"
}
}