-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "bot",
"version": "1.0.0",
"description": "Whale Bot",
"main": "bot.ts",
"author": "Gru",
"license": "MIT",
"dependencies": {
"@metaplex-foundation/mpl-token-metadata": "^3.2.1",
"@metaplex-foundation/umi": "^0.9.1",
"@openbook-dex/openbook": "^0.0.9",
"@raydium-io/raydium-sdk": "^1.3.1-beta.47",
"@solana/spl-token": "^0.4.0",
"@solana/web3.js": "^1.95.3",
"@types/bs58": "^4.0.4",
"axios": "^1.6.8",
"bigint-buffer": "^1.1.5",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"dotenv": "^16.4.1",
"jito-ts": "^3.0.1",
"mongoose": "^8.3.4",
"node-telegram-bot-api": "^0.64.0",
"pino": "^8.18.0",
"pino-pretty": "^10.3.1",
"pino-std-serializers": "^6.2.2",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.2.2"
},
"scripts": {
"dev": "ts-node-dev index.ts",
"start": "ts-node index.ts",
"build": "tsc --build"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@types/node-telegram-bot-api": "^0.64.3",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}