mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2025-11-12 07:42:39 +10:00
tsc & prettier
This commit is contained in:
@ -4,8 +4,9 @@
|
||||
"homepage": "https://warp.id",
|
||||
"version": "2.0.2",
|
||||
"scripts": {
|
||||
"start": "ts-node index.ts",
|
||||
"tsc": "tsc --noEmit"
|
||||
"start": "npm run cache | node index.js",
|
||||
"tsc": "tsc --noEmit",
|
||||
"cache": "node helpers/helper.cache.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@metaplex-foundation/mpl-token-metadata": "^3.2.1",
|
||||
@ -24,7 +25,8 @@
|
||||
"npm": "^10.5.2",
|
||||
"pino": "^8.18.0",
|
||||
"pino-pretty": "^10.3.1",
|
||||
"pino-std-serializers": "^6.2.2"
|
||||
"pino-std-serializers": "^6.2.2",
|
||||
"request": "^2.88.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bn.js": "^5.1.5",
|
||||
|
||||
Reference in New Issue
Block a user