{ "name": "wif", "version": "2.0.6", "description": "Bitcoin Wallet Import Format (WIF) decoding/encoding module", "author": "Daniel Cousens", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/bitcoinjs/wif.git" }, "bugs": { "url": "https://github.com/bitcoinjs/wif/issues" }, "homepage": "https://github.com/bitcoinjs/wif", "keywords": [ "bitcoin", "base58", "base58check", "decode", "decoding", "encoding", "encode", "key", "private", "wif" ], "main": "index.js", "scripts": { "coverage-report": "nyc report --reporter=lcov", "coverage": "nyc --check-coverage --branches 90 --functions 90 npm run unit", "standard": "standard", "test": "npm run standard && npm run coverage", "unit": "tape test/*.js" }, "dependencies": { "bs58check": "<3.0.0" }, "devDependencies": { "nyc": "^6.4.0", "standard": "*", "tape": "^4.6.2" } }