{
  "name": "protect-button",
  "version": "0.4.6",
  "main": "build/src/index.js",
  "license": "MIT",
  "author": {
    "name": "zeroXbrock",
    "email": "brock@flashbots.net"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zeroXbrock/protect-button"
  },
  "devDependencies": {
    "@flashbots/mev-share-client": "^0.7.10",
    "@types/mocha": "^10.0.2",
    "@types/node": "^18.14.6",
    "@types/react": "^18.2.23",
    "ethers": "^6.7.1",
    "metamask-react": "^2.6.0",
    "mocha": "^10.2.0",
    "react": "^18.2.0",
    "release-it": "^15.8.0",
    "ts-mocha": "^10.0.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.2"
  },
  "dependencies": {},
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "scripts": {
    "build": "tsc",
    "test": "ts-mocha -p tsconfig.json ./test/**/*.spec.ts",
    "release": "echo \"run the following:\nnpx release-it\""
  }
}
