24 lines
514 B
JSON
24 lines
514 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
|