{
  "name": "eth-rpc-errors",
  "version": "4.0.2",
  "description": "Ethereum RPC and Provider errors.",
  "license": "MIT",
  "author": "Erik Marks <rekmarks@protonmail.com>",
  "scripts": {
    "build": "tsc --project .",
    "test": "yarn build && node test",
    "test:coverage": "yarn build && nyc tape test",
    "lint": "eslint . --ext ts,js,json",
    "lint:fix": "eslint . --ext ts,js,json --fix",
    "prepublishOnly": "yarn test"
  },
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "dependencies": {
    "fast-safe-stringify": "^2.0.6"
  },
  "devDependencies": {
    "@metamask/eslint-config": "^4.1.0",
    "@typescript-eslint/eslint-plugin": "^4.6.0",
    "@typescript-eslint/parser": "^4.6.0",
    "eslint": "^7.12.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-json": "^2.1.1",
    "eslint-plugin-node": "^11.1.0",
    "fast-deep-equal": "^2.0.1",
    "nyc": "^15.0.1",
    "tape": "^5.0.0",
    "typescript": "^4.0.5"
  },
  "bugs": {
    "url": "https://github.com/MetaMask/eth-rpc-errors/issues"
  },
  "homepage": "https://github.com/MetaMask/eth-rpc-errors#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MetaMask/eth-rpc-errors.git"
  },
  "keywords": [
    "rpc",
    "ethereum",
    "errors",
    "utility"
  ]
}
