{
  "name": "eth-hd-keyring",
  "version": "3.6.0",
  "description": "A simple standard interface for a seed phrase generated set of Ethereum accounts.",
  "engines": {
    "node": ">= 10"
  },
  "main": "index.js",
  "scripts": {
    "lint": "eslint . --ext .js",
    "lint:fix": "eslint --fix . --ext .js",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/MetaMask/eth-hd-keyring.git"
  },
  "keywords": [
    "ethereum",
    "keyring"
  ],
  "author": "Dan Finlay",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/MetaMask/eth-hd-keyring/issues"
  },
  "homepage": "https://github.com/MetaMask/eth-hd-keyring#readme",
  "dependencies": {
    "bip39": "^2.2.0",
    "eth-sig-util": "^3.0.1",
    "eth-simple-keyring": "^4.2.0",
    "ethereumjs-util": "^7.0.9",
    "ethereumjs-wallet": "^1.0.1"
  },
  "devDependencies": {
    "@metamask/eslint-config": "^4.0.0",
    "eslint": "^7.7.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-mocha": "^8.0.0",
    "eslint-plugin-node": "^11.1.0",
    "mocha": "^8.1.3"
  }
}
