mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2025-11-24 21:51:10 +10:00
feat: create buy script for solana tokens
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "solana-sniper-bot",
|
||||
"author": "Filip Dundjer",
|
||||
"scripts": {
|
||||
"buy": "ts-node buy.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@raydium-io/raydium-sdk": "^1.3.0-beta.17",
|
||||
"@solana/spl-token": "^0.3.7",
|
||||
"bigint-buffer": "^1.1.5",
|
||||
"bn.js": "^5.2.1",
|
||||
"pino": "^8.14.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bn.js": "^5.1.1",
|
||||
"prettier": "^2.8.8",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.0.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user