-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.33 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.33 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
{
"name": "ts",
"version": "1.0.0",
"description": "Raydium sniper bot for Solana — Yellowstone gRPC CPMM new-pool detection, Express web UI, WSOL swap sniper.",
"main": "dist/server.js",
"scripts": {
"build": "npx tsc",
"start": "node dist/server.js",
"dev": "nodemon --exec ts-node src/server.ts"
},
"keywords": [
"raydium-sniper-bot",
"raydium sniper bot",
"solana sniper bot",
"raydium cpmm",
"cpmm sniper",
"yellowstone-grpc",
"solana",
"raydium"
],
"author": "",
"license": "ISC",
"dependencies": {
"@coral-xyz/anchor": "^0.31.1",
"@project-serum/anchor": "^0.26.0",
"@shyft-to/solana-transaction-parser": "^2.0.1",
"@solana/buffer-layout": "^4.0.1",
"@solana/buffer-layout-utils": "^0.2.0",
"@solana/spl-token": "^0.4.9",
"@solana/spl-type-length-value": "^0.2.0",
"@solana/web3.js": "^1.95.4",
"@triton-one/yellowstone-grpc": "^4.0.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.1",
"lodash": "^4.17.21",
"pino": "^9.11.0"
},
"devDependencies": {
"@types/bn.js": "^5.2.0",
"@types/express": "^4.17.21",
"@types/express-session": "^1.18.0",
"@types/lodash": "^4.17.20",
"@types/node": "^20.14.8",
"nodemon": "^3.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
}
}