-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.8 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.8 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
57
58
59
60
61
62
63
64
{
"name": "test.ts",
"version": "1.0.0",
"main": "test.ts",
"scripts": {
"test": ""
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@coral-xyz/borsh": "^0.30.1",
"@debridge-finance/solana-transaction-parser": "^3.2.1",
"@metaplex-foundation/js": "^0.20.1",
"@project-serum/anchor": "^0.26.0",
"@project-serum/serum": "^0.13.65",
"@raydium-io/raydium-sdk": "^1.3.1-beta.47",
"@raydium-io/raydium-sdk-v2": "^0.1.55-alpha",
"@shyft-to/solana-transaction-parser": "^1.1.17",
"@solana/buffer-layout": "^4.0.1",
"@solana/buffer-layout-utils": "^0.2.0",
"@solana/spl-token": "^0.4.0",
"@solana/web3.js": "^1.98.0",
"@triton-one/yellowstone-grpc": "^0.4.0",
"@types/express": "^5.0.0",
"async-lock": "^1.4.1",
"async-mutex": "^0.5.0",
"bigint-buffer": "^1.1.5",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"child_process": "^1.0.2",
"commander": "^12.1.0",
"csv-parser": "^3.2.0",
"dotenv": "^16.4.1",
"express": "^4.21.1",
"fast-csv": "^5.0.2",
"global-agent": "^3.0.0",
"global-tunnel-ng": "^2.7.1",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.4",
"jito-ts": "^4.0.0",
"mssql": "^11.0.1",
"mysql2": "^3.11.5",
"node-fetch": "^3.3.2",
"node-telegram-bot-api": "^0.64.0",
"pino": "^8.18.0",
"pino-pretty": "^10.3.1",
"pino-std-serializers": "^6.2.2",
"postgres": "^3.4.5",
"pumpdotfun-sdk": "^1.3.2",
"request": "^2.88.2",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"tedious": "^18.6.1",
"telegraf": "^4.16.3",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@types/global-tunnel-ng": "^2.1.4",
"@types/node": "^22.10.2",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}