-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 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
{
"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",
"@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",
"commander": "^12.1.0",
"dotenv": "^16.4.1",
"jito-ts": "^4.0.0",
"node-fetch": "^3.3.2",
"pino": "^8.18.0",
"pino-pretty": "^13.0.0",
"request": "^2.88.2",
"helius-sdk": "^1.5.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"
}
}