mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2025-11-12 07:42:39 +10:00
feat: complete rewrite
This commit is contained in:
10
package.json
10
package.json
@ -1,18 +1,24 @@
|
||||
{
|
||||
"name": "solana-sniper-bot",
|
||||
"author": "Filip Dundjer",
|
||||
"version": "2.0.0",
|
||||
"scripts": {
|
||||
"buy": "ts-node buy.ts",
|
||||
"start": "ts-node index.ts",
|
||||
"tsc": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@raydium-io/raydium-sdk": "^1.3.1-beta.47",
|
||||
"@solana/spl-token": "^0.4.0",
|
||||
"@solana/web3.js": "^1.89.1",
|
||||
"async-mutex": "^0.5.0",
|
||||
"bigint-buffer": "^1.1.5",
|
||||
"bip39": "^3.1.0",
|
||||
"bn.js": "^5.2.1",
|
||||
"bs58": "^5.0.0",
|
||||
"dotenv": "^16.4.1",
|
||||
"ed25519-hd-key": "^1.3.0",
|
||||
"i": "^0.3.7",
|
||||
"npm": "^10.5.2",
|
||||
"pino": "^8.18.0",
|
||||
"pino-pretty": "^10.3.1",
|
||||
"pino-std-serializers": "^6.2.2"
|
||||
@ -23,4 +29,4 @@
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user