{
  "name": "@scorum/bip39",
  "version": "2.5.0",
  "description": "Scorum BIP39: Mnemonic code for generating deterministic keys. Fork of https://github.com/bitcoinjs/bip39",
  "main": "index.js",
  "scripts": {
    "coverage": "nyc --branches 100 --functions 100 --check-coverage npm run unit",
    "standard": "standard",
    "test": "npm run standard && npm run unit",
    "unit": "tape test/*.js",
    "update": "node -e \"require('./util/wordlists').update()\""
  },
  "author": "Wei Lu",
  "contributors": [
    {
      "name": "Ivan Dymousky",
      "email": "dymouskyia@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vanyadymousky/bip39"
  },
  "license": "ISC",
  "dependencies": {
    "create-hash": "^1.1.0",
    "pbkdf2": "^3.0.9",
    "randombytes": "^2.0.1",
    "safe-buffer": "^5.0.1"
  },
  "devDependencies": {
    "node-fetch": "^1.6.3",
    "nyc": "^8.3.0",
    "proxyquire": "^1.7.10",
    "standard": "^10.0.2",
    "tape": "^4.6.2"
  }
}
