UNPKG

mnemonic-to-key-pair

Version:

Obtain a key pair from a BIP 39 mnemonic phrase

53 lines (52 loc) 1.32 kB
{ "name": "mnemonic-to-key-pair", "version": "1.0.0", "description": "Obtain a key pair from a BIP 39 mnemonic phrase", "keywords": [ "bip39", "bip44", "key", "mnemonic", "pair", "private", "public" ], "homepage": "http://github.com/bloq/mnemonic-to-key-pair#readme", "bugs": { "url": "http://github.com/bloq/mnemonic-to-key-pair/issues" }, "license": "MIT", "author": "Gabriel Montes <gabriel@bloq.com>", "files": [ "src" ], "main": "src/index.js", "repository": "bloq/mnemonic-to-key-pair", "scripts": { "check:deps": "dependency-check . --no-dev", "check:outdated": "npm-check --ignore husky", "doc": "jsdoc2md --heading-depth 3 ${npm_package_main}", "coverage": "nyc npm run test", "lint": "eslint --cache .", "prepublishOnly": "tag-matches", "test": "mocha" }, "dependencies": { "bip39": "^3.0.2", "hdkey": "^2.0.1" }, "devDependencies": { "chai": "^4.2.0", "check-tag-matches": "^1.0.0", "dependency-check": "^4.1.0", "eslint": "^7.10.0", "eslint-config-bloq": "^2.1.0", "eslint-plugin-jsdoc": "^30.6.3", "eslint-plugin-mocha": "^8.0.0", "husky": "^4.0.1", "jsdoc-to-markdown": "^6.0.1", "mocha": "^8.1.3", "npm-check": "^5.9.0", "nyc": "^15.0.0" } }