{
  "name": "eth-simple-keyring",
  "version": "4.2.0",
  "description": "A simple standard interface for a series of Ethereum private keys.",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "mocha",
    "lint": "eslint . --ext js,json",
    "lint:fix": "eslint . --ext js,json --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/MetaMask/eth-simple-keyring.git"
  },
  "keywords": [
    "ethereum",
    "keyring"
  ],
  "author": "Dan Finlay",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/MetaMask/eth-simple-keyring/issues"
  },
  "homepage": "https://github.com/MetaMask/eth-simple-keyring#readme",
  "dependencies": {
    "eth-sig-util": "^3.0.1",
    "ethereumjs-util": "^7.0.9",
    "ethereumjs-wallet": "^1.0.1",
    "events": "^1.1.1"
  },
  "devDependencies": {
    "@ethereumjs/tx": "^3.1.1",
    "@metamask/eslint-config": "^3.2.0",
    "chai": "^4.1.2",
    "eslint": "^7.2.0",
    "eslint-plugin-import": "^2.21.2",
    "eslint-plugin-json": "^2.1.1",
    "ethereumjs-tx": "^2.1.0",
    "mocha": "^8.1.1"
  }
}
