-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.69 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.69 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "migrationPoolCatch",
"scripts": {
"tsc": "tsc --noEmit",
"starts": "node --no-warnings -r ts-node/register index.ts $npm_config_network $npm_config_dex",
"cli": "ts-node index.ts",
"worker": "ts-node rabbitmq/worker.ts",
"start": "ts-node excute.ts",
"build": "tsc"
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@metaplex-foundation/js": "^0.20.1",
"@metaplex-foundation/mpl-token-metadata": "^1.2.0",
"@metaplex-foundation/umi": "^0.9.1",
"@meteora-ag/dlmm": "^1.5.3",
"@meteora-ag/dynamic-bonding-curve-sdk": "^1.2.3-rc.0",
"@project-serum/borsh": "^0.2.5",
"@raydium-io/raydium-sdk": "^1.3.1-beta.47",
"@raydium-io/raydium-sdk-v2": "^0.1.138-alpha",
"@solana/spl-token": "^0.4.0",
"@solana/web3.js": "^1.98.2",
"@triton-one/yellowstone-grpc": "^4.0.2",
"amqplib": "^0.10.8",
"axios": "^1.6.8",
"bigint-buffer": "^1.1.5",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"buffer-layout": "^1.2.2",
"dockerode": "^4.0.7",
"dotenv": "^16.6.1",
"ethers": "^6.14.4",
"jito-ts": "^3.0.1",
"node-telegram-bot-api": "^0.66.0",
"parquetjs-lite": "^0.8.7",
"parquets": "^0.10.10",
"pino": "^8.18.0",
"pino-pretty": "^10.3.1",
"pino-std-serializers": "^6.2.2",
"pm2": "^6.0.8",
"web3": "^4.16.0",
"yargs": "^18.0.0",
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"@types/amqplib": "^0.10.7",
"@types/bn.js": "^5.1.5",
"@types/dockerode": "^3.3.39",
"@types/dotenv": "^6.1.1",
"@types/node-telegram-bot-api": "^0.64.9",
"@types/yargs-parser": "^21.0.3",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}