-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 904 Bytes
/
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
{
"name": "mev_simulator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ANCHOR_PROVIDER_URL=$(grep ANCHOR_PROVIDER_URL .env | cut -d '=' -f2) ANCHOR_WALLET=$(grep ANCHOR_WALLET .env | cut -d '=' -f2) ts-node index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@coral-xyz/anchor": "^0.27.0",
"@meteora-ag/dlmm": "^1.0.38",
"@orca-so/whirlpools-sdk": "^0.12.8",
"@raydium-io/raydium-sdk": "^1.3.1-beta.52",
"@solana/web3.js": "^1.91.8",
"decimal.js": "^10.4.3",
"engine.io": "^6.5.4",
"express": "^4.19.2",
"socket.io": "^4.7.5",
"ws": "^8.17.0",
"rpc-websockets": "7.11.0"
},
"devDependencies": {
"@types/ws": "^8.5.10",
"nodemon": "^3.1.0"
},
"resolutions": {
"rpc-websockets": "7.11.0"
}
}