{
  "name": "@eth-proxy/rpc",
  "version": "0.7.23",
  "description": "Ethereum JSON rpc as functions",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rollup -c",
    "typecheck": "ttsc -p ./tsconfig.build.json --noEmit",
    "test": "TS_NODE_PROJECT=tsconfig.test.json mocha --require tsconfig-paths/register --require ts-node/register \"./**/*.spec.ts\""
  },
  "dependencies": {
    "ramda": "0.25.0",
    "utf8": "3.0.0",
    "ws": "^7.0.0"
  },
  "peerDependencies": {
    "bignumber.js": ">= 8 < 10",
    "rxjs": "^6.0.0",
    "web3": "^0.20.0"
  },
  "devDependencies": {
    "@types/utf8": "2.1.6",
    "@zerollup/ts-transform-paths": "1.7.3",
    "isomorphic-fetch": "2.2.1",
    "mocha": "6.2.0",
    "rimraf": "^3.0.0",
    "rollup": "^1.20.3",
    "synchronous-promise": "2.0.10",
    "ts-node": "^8.3.0",
    "tsconfig-paths": "^3.8.0",
    "ttypescript": "^1.5.7",
    "typescript": "~3.4.1"
  },
  "gitHead": "dcfe84dfac7af63ad7b40cc5d965c08a6fc33744"
}
