{
  "name": "relay",
  "version": "3.0.1",
  "description": "Relayer for Tornado.cash privacy solution. https://tornado.cash",
  "main": "app.js",
  "scripts": {
    "start": "node app.js",
    "eslint": "npx eslint --ignore-path .gitignore .",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "tornado.cash",
  "license": "MIT",
  "dependencies": {
    "bull": "^3.12.1",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "gas-price-oracle": "^0.1.5",
    "ioredis": "^4.14.1",
    "node-fetch": "^2.6.0",
    "web3": "^1.2.2",
    "web3-utils": "^1.2.2"
  },
  "devDependencies": {
    "eslint": "^6.6.0"
  }
}