-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 852 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 852 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
{
"name": "solana-arbitrage-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.8.1",
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
"@fragmetric-labs/sdk": "^2.4.6",
"@mercurial-finance/dynamic-amm-sdk": "^1.1.23",
"@mercurial-finance/vault-sdk": "^2.2.1",
"@meteora-ag/dynamic-amm-sdk": "^1.3.2",
"@orca-so/common-sdk": "^0.6.11",
"@orca-so/whirlpools-sdk": "^0.13.21",
"@solana/spl-token": "^0.4.13",
"@solana/web3.js": "^1.98.2",
"bs58": "^6.0.0",
"decimal.js": "^10.5.0",
"dotenv": "^16.5.0",
"node-fetch": "^3.3.2",
"typescript": "^5.8.3"
},
"devDependencies": {
"@types/node": "^22.15.2"
}
}