-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 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
{
"name": "raydium-cpmm-sniper-bot",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "ts-node src/index.ts",
"test": "ts-node src/test.ts",
"test1": "ts-node test.ts",
"jsstart": "node dist/index.js",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@metaplex-foundation/js": "^0.20.1",
"@raydium-io/raydium-sdk-v2": "^0.2.2-alpha",
"@solana/buffer-layout": "^4.0.1",
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.95.5",
"@triton-one/yellowstone-grpc": "^1.0.0",
"@types/node": "^22.10.0",
"@winstonts/winston2": "^1.0.5",
"axios": "^1.7.8",
"bn.js": "^5.2.1",
"borsh": "^2.0.0",
"bs58": "^6.0.0",
"dotenv": "^16.4.5",
"inquirer": "^12.1.0",
"jito-ts": "^4.1.2",
"jsonwebtoken": "^9.0.2",
"tpu-client": "^1.0.6",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"devDependencies": {
"@types/bn.js": "^5.1.6",
"@types/jsonwebtoken": "^9.0.7",
"@types/pino": "^7.0.5",
"pino": "^9.7.0",
"pino-pretty": "^13.0.0"
}
}