{
  "name": "@bitski/provider-engine",
  "version": "0.8.0",
  "description": "",
  "repository": "https://github.com/BitskiCo/provider-engine",
  "main": "dist/commonjs/index.js",
  "module": "dist/modules/index.js",
  "types": "dist/modules/index.d.ts",
  "scripts": {
    "test": "ts-node node_modules/tape/bin/tape test/index.ts",
    "prepublish": "npm run build",
    "build": "tsc && tsc -p tsconfig.module.json",
    "lint": "eslint --ignore-path .gitignore --fix ."
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "async": "^3.2.4",
    "bn.js": "^4.11.8",
    "clone": "^2.0.0",
    "eth-block-tracker": "^4.4.2",
    "eth-json-rpc-filters": "^4.2.1",
    "eth-json-rpc-middleware": "^6.0.0",
    "ethjs-util": "^0.1.6",
    "json-rpc-engine": "^5.4.0",
    "json-rpc-error": "^2.0.0",
    "json-stable-stringify": "^1.0.1",
    "promise-to-callback": "^1.0.0",
    "xtend": "^4.0.2"
  },
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@types/events": "^3.0.0",
    "@types/node": "^12.0.2",
    "@typescript-eslint/eslint-plugin": "^4.1.1",
    "@typescript-eslint/parser": "^4.1.1",
    "babelify": "^10.0.0",
    "browserify": "^16.5.0",
    "eslint": "^7.9.0",
    "tape": "^4.4.0",
    "ts-node": "^8.1.0",
    "typescript": "^3.4.5"
  }
}
