-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "sonic_example_codes",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node ts/agent-kit/index.ts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^17.0.23",
"ts-node": "^10.7.0",
"tslib": "^2.3.1",
"tsutils": "^3.21.0",
"typescript": "^4.6.3"
},
"dependencies": {
"@langchain/core": "^0.3.41",
"@langchain/langgraph": "^0.2.49",
"@langchain/openai": "^0.4.4",
"@metaplex-foundation/mpl-token-metadata": "^3.2.1",
"@metaplex-foundation/mpl-toolbox": "^0.9.4",
"@metaplex-foundation/umi": "^0.9.2",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.2",
"@pythnetwork/hermes-client": "1.3.0",
"@sendaifun/sonic-agent-kit": "^1.0.0",
"@solana/spl-token": "0.4.12",
"@solana/web3.js": "1.98.0",
"axios": "1.7.9",
"bip39": "3.1.0",
"bs58": "^5.0.0",
"dotenv": "^16.4.7",
"tweetnacl": "^1.0.3"
}
}