Initial commit
This commit is contained in:
23
mev-bot/package.json
Normal file
23
mev-bot/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "dbis-mev-bot",
|
||||
"version": "1.0.0",
|
||||
"description": "DBIS MEV Bot for protective arbitrage and atomic cycles",
|
||||
"main": "src/bot.ts",
|
||||
"scripts": {
|
||||
"start": "tsx src/bot.ts",
|
||||
"build": "tsc",
|
||||
"dev": "tsx watch src/bot.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"ethers": "^6.9.0",
|
||||
"dotenv": "^16.3.1",
|
||||
"@flashbots/ethers-provider-bundle": "^1.0.1",
|
||||
"winston": "^3.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.10.0",
|
||||
"tsx": "^4.7.0",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user