-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1013 Bytes
/
package.json
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
{
"name": "sol-manager-sniper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node index.ts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node-telegram-bot-api": "^0.64.6",
"@types/user-agents": "^1.0.4",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.4"
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@project-serum/serum": "^0.13.65",
"@raydium-io/raydium-sdk": "^1.3.1-beta.51",
"@solana/spl-token": "^0.4.3",
"@solana/web3.js": "^1.91.4",
"@triton-one/yellowstone-grpc": "^0.6.0",
"@types/node": "^20.12.5",
"bigint-buffer": "^1.1.5",
"bignumber.js": "^9.1.2",
"bs58": "^5.0.0",
"bson": "^6.7.0",
"dotenv": "^16.4.5",
"helius-sdk": "^1.3.2",
"jito-ts": "^3.0.1",
"node-telegram-bot-api": "^0.65.1",
"pumpdotfun-sdk": "^1.3.2",
"puppeteer": "^22.6.4",
"user-agents": "^1.1.174",
"winston": "^3.13.0"
}
}