-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
43 lines (43 loc) · 1.27 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": "solanabot",
"version": "3.3.0",
"description": "Solana bot",
"main": "./src/bot.ts",
"type": "module",
"scripts": {
"build": "npx tsc",
"start": "node ./dist/bot.js",
"prune": "ts-prune",
"format": "prettier --config .prettierrc 'src/**/*.ts' --write"
},
"author": "[email protected]",
"license": "ISC",
"devDependencies": {
"@types/bn.js": "^5.1.6",
"@types/figlet": "^1.7.0",
"@types/inquirer": "^9.0.7",
"@types/node": "^22.8.7",
"prettier": "^3.3.3",
"ts-prune": "^0.10.3",
"typescript": "^5.6.3"
},
"dependencies": {
"@metaplex-foundation/js": "^0.20.1",
"@metaplex-foundation/mpl-token-metadata": "^3.2.1",
"@project-serum/anchor": "^0.26.0",
"@raydium-io/raydium-sdk": "^1.3.1-beta.58",
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.95.4",
"@wen-moon-ser/moonshot-sdk": "^3.0.1",
"bn.js": "^5.2.1",
"bs58": "^6.0.0",
"commander": "^12.1.0",
"csv-parse": "^5.5.6",
"dotenv": "^16.4.5",
"figlet": "^1.8.0",
"helius-sdk": "^1.4.0",
"inquirer": "^12.0.1",
"mongodb": "^6.10.0",
"p-limit": "^6.1.0"
}
}