{
  "name": "@flashbots/ethers-provider-bundle",
  "version": "1.0.0",
  "description": "",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/flashbots/ethers-provider-flashbots-bundle.git"
  },
  "scripts": {
    "demo": "npx ts-node --project tsconfig.json src/demo.ts",
    "build": "npx tsc",
    "clean": "rm -rf build/",
    "prepare": "npm run clean && npm run build",
    "lint": "npx eslint src"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "20.8.6",
    "@types/uuid": "9.0.5",
    "@typescript-eslint/eslint-plugin": "6.8.0",
    "@typescript-eslint/parser": "6.8.0",
    "eslint": "8.51.0",
    "eslint-config-prettier": "9.0.0",
    "eslint-plugin-prettier": "5.0.1",
    "ethers": "6.8.0",
    "prettier": "3.0.3",
    "ts-node": "10.9.1",
    "typescript": "5.2.2",
    "uuid": "9.0.1"
  },
  "peerDependencies": {
    "ethers": "6.7.1"
  },
  "dependencies": {}
}
