{
  "name": "@trufflesuite/eth-json-rpc-middleware",
  "version": "4.4.2-1",
  "main": "block-ref.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node test/index.js"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "async": "^2.5.0",
    "concat-stream": "^1.6.2",
    "eth-block-tracker": "^4.4.1",
    "ethjs-query": "^0.3.8",
    "ganache-core": "^2.7.0",
    "tape": "^4.6.3"
  },
  "dependencies": {
    "@trufflesuite/eth-sig-util": "^1.4.2",
    "btoa": "^1.2.1",
    "clone": "^2.1.1",
    "eth-json-rpc-errors": "^1.0.1",
    "eth-query": "^2.1.2",
    "ethereumjs-block": "^1.6.0",
    "ethereumjs-tx": "^1.3.7",
    "ethereumjs-util": "^5.1.2",
    "ethereumjs-vm": "^2.6.0",
    "fetch-ponyfill": "^4.0.0",
    "json-rpc-engine": "^5.1.3",
    "json-stable-stringify": "^1.0.1",
    "pify": "^3.0.0",
    "safe-event-emitter": "^1.0.1"
  },
  "repository": {
    "url": "https://github.com/trufflesuite/eth-json-rpc-middleware"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/eth-json-rpc-middleware/issues"
  },
  "homepage": "https://github.com/kumavis/eth-json-rpc-middleware#readme",
  "description": "Fork of https://github.com/MetaMask/eth-json-rpc-middleware",
  "publishConfig": {
    "access": "public"
  }
}
