-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 988 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
34
35
36
37
38
39
{
"name": "sui-trading-bot",
"version": "0.0.1",
"description": "Sui Trading Bot",
"scripts": {
"build": "npx tsc",
"start": "node dist/index.js",
"shark": "npx tsc && node dist/index.js",
"dev": "nodemon src/index.ts"
},
"license": "MIT",
"devDependencies": {
"gts": "^3.1.1",
"prettier": "2.8.8",
"typescript": "^5.1.3"
},
"dependencies": {
"@binance/connector": "^3.0.0-rc.2",
"@cetusprotocol/cetus-sui-clmm-sdk": "^2.7.2",
"@mysten/sui.js": "^0.34.1",
"@thanpolas/univ3prices": "^3.0.2",
"@types/node": "^20.12.12",
"axios": "^1.4.0",
"ccxt": "^3.1.52",
"dotenv": "^16.1.4",
"grammy": "^1.23.0",
"kriya-dex-sdk": "^1.1.69",
"navi-sdk": "^1.1.21",
"nodemon": "^3.1.2",
"pino": "^8.14.1",
"pino-pretty": "^10.0.0",
"simple-statistics": "^7.8.3",
"ts-md5": "^1.3.1",
"turbos-clmm-sdk": "^0.4.3",
"websocket-ts": "^1.1.1",
"ws": "^8.13",
"wscat": "^5.2.0"
}
}