{
    "name": "tradingbot",
    "version": "1.0.0",
    "description": "Automated trading bot for Ethereum",
    "main": "bot.js",
    "scripts": {
        "start": "node bot.js",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "dependencies": {
        "@flashbots/ethers-provider-bundle": "^1.0.0",
        "axios": "^1.7.9",
        "dotenv": "^16.4.7",
        "ethers": "^6.13.5"
    },
    "engines": {
        "node": ">=18.0.0"
    }
}
