-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 935 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 935 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
31
32
33
34
35
36
{
"name": "goat-examples-langchain-lit",
"version": "0.0.3",
"description": "",
"private": true,
"scripts": {
"test": "vitest run --passWithNoTests"
},
"author": "",
"license": "MIT",
"dependencies": {
"@goat-sdk/adapter-langchain": "0.1.8",
"@goat-sdk/core": "0.3.14",
"@goat-sdk/wallet-lit": "^0.0.3",
"@langchain/core": "^0.3.26",
"@langchain/groq": "^0.1.2",
"@langchain/ollama": "0.1.3",
"@langchain/openai": "^0.3.5",
"@lit-protocol/constants": "^6.11.3",
"@privy-io/server-auth": "^1.17.1",
"@solana/web3.js": "^1.95.8",
"agent-twitter-client": "^0.0.17",
"axios": "^1.7.9",
"bs58": "^6.0.0",
"dotenv": "^16.4.7",
"ethers": "^6.13.4",
"ioredis": "^5.4.2",
"langchain": "^0.3.7",
"mongoose": "^8.9.2",
"node-cron": "^3.0.3",
"redis": "^4.7.0",
"tweetnacl": "^1.0.3",
"typescript": "^5.7.2",
"viem": "2.21.49"
}
}