-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.6 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.6 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
{
"name": "test.ts",
"version": "1.0.0",
"main": "main.ts",
"scripts": {
"start": "ts-node main.ts",
"test": "ts-node test_swap_calculations.ts",
"createAlt": "ts-node createAlt.ts"
},
"dependencies": {
"@meteora-ag/cp-amm-sdk": "^1.3.2",
"@meteora-ag/dlmm": "^1.9.3",
"@meteora-sdk/core": "^1.4.6",
"@orca-so/whirlpools-sdk": "^0.17.4",
"@pump-fun/pump-sdk": "^1.3.4",
"@pump-fun/pump-swap-sdk": "^0.0.1-beta.52",
"@raydium-io/raydium-sdk": "^1.3.1-beta.47",
"@raydium-io/raydium-sdk-v2": "^0.2.2-alpha",
"@shyft-to/solana-transaction-parser": "^2.0.1",
"@solana/signers": "^2.3.0",
"@solana/spl-token": "^0.4.0",
"@solana/spl-token-metadata": "^0.1.6",
"@solana/web3.js": "^1.89.1",
"@supercharge/queue-datastructure": "^2.1.0",
"@triton-one/yellowstone-grpc": "^4.0.0",
"@validators-dao/solana-stream-sdk": "^1.2.0",
"axios": "^1.10.0",
"bigint-buffer": "^1.1.5",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"cors": "^2.8.5",
"decimal.js": "^10.5.0",
"dotenv": "^16.4.1",
"express": "^4.21.2",
"jito-ts": "^4.2.1",
"node-telegram-bot-api": "^0.63.0",
"pg": "^8.14.1",
"pino": "^8.18.0",
"pino-pretty": "^10.3.1",
"pino-sdk": "^9.8.0",
"pino-std-serializers": "^6.2.2"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/global-tunnel-ng": "^2.1.4",
"@types/node-telegram-bot-api": "^0.64.8",
"@types/pg": "^8.11.11",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}