-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
44 lines (44 loc) · 1.28 KB
/
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
40
41
42
43
44
{
"name": "solanabot",
"version": "2.5.0",
"description": "Solana buy bot",
"main": "./src/bot.ts",
"type": "module",
"scripts": {
"build": "npx tsc",
"start": "node ./dist/bot.js"
},
"author": "[email protected]",
"license": "ISC",
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@types/figlet": "^1.5.8",
"@types/inquirer": "^9.0.7",
"@types/node": "^20.12.2",
"typescript": "^5.4.3"
},
"dependencies": {
"@metaplex-foundation/js": "^0.20.1",
"@metaplex-foundation/mpl-token-metadata": "^3.2.1",
"@project-serum/anchor": "^0.26.0",
"@quicknode/sdk": "^2.2.2",
"@raydium-io/raydium-sdk": "^1.3.1-beta.51",
"@solana/spl-token": "^0.4.3",
"@solana/web3.js": "^1.91.3",
"@wen-moon-ser/moonshot-sdk": "^3.0.0-alpha.0.0.2",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"commander": "^12.0.0",
"dotenv": "^16.4.5",
"figlet": "^1.7.0",
"helius-sdk": "^1.3.3",
"i": "^0.3.7",
"inquirer": "^9.2.17",
"jito-ts": "^3.0.1",
"mongodb": "^6.6.1",
"node-fetch": "^3.3.2",
"npm": "^10.5.2",
"p-limit": "^6.1.0",
"socket.io-client": "^4.7.5"
}
}