{
  "name": "@trufflesuite/eth-json-rpc-infura",
  "version": "4.0.3-0",
  "main": "src/index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "@trufflesuite/eth-json-rpc-middleware": "^4.4.2-1",
    "cross-fetch": "^2.1.1",
    "eth-json-rpc-errors": "^1.0.1",
    "json-rpc-engine": "^5.1.3"
  },
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "tape": "^4.8.0"
  },
  "scripts": {
    "test": "node test/index.js"
  },
  "author": "",
  "license": "ISC",
  "repository": {
    "url": "https://github.com/trufflesuite/eth-json-rpc-infura"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/eth-json-rpc-infura/issues"
  },
  "homepage": "https://github.com/kumavis/eth-json-rpc-infura#readme",
  "description": "Fork of https://github.com/MetaMask/eth-json-rpc-infura",
  "publishConfig": {
    "access": "public"
  }
}
