UNPKG

@swan-bitcoin/xpub-cli

Version:

Command-line wrapper around @swan-bitcoin/xpub-lib

67 lines (66 loc) 1.46 kB
{ "name": "@swan-bitcoin/xpub-cli", "version": "0.3.0", "description": "Command-line wrapper around @swan-bitcoin/xpub-lib", "keywords": [ "bitcoin", "cli", "xpub", "ypub", "zpub", "address", "derivation", "bip32", "bip44", "bip49", "bip84", "p2pkh", "p2sh", "p2wpkh", "bech32", "segwit" ], "author": "Gigi <gigi@swanbitcoin.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/swan-bitcoin/xpub-tool.git" }, "homepage": "https://github.com/swan-bitcoin/xpub-tool", "bugs": { "url": "https://github.com/swan-bitcoin/xpub-tool/issues" }, "main": "lib/xpub.js", "bin": { "xpub": "lib/xpub.js" }, "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "publishConfig": { "access": "public" }, "scripts": { "babel-version": "babel --version", "compile": "babel -d lib/ src/", "compile:watch": "babel --watch -d lib/ src/", "pretest": "yarn run compile", "prepublish": "yarn run compile", "test": "echo \"Warning: no test specified\"" }, "dependencies": { "@swan-bitcoin/xpub-lib": "^0.3.0", "commander": "^6.1.0", "tiny-secp256k1": "^2.2.3" }, "devDependencies": { "@babel/cli": "^7.11.6", "@babel/core": "^7.11.6", "@babel/plugin-transform-modules-commonjs": "^7.10.4", "@babel/preset-env": "^7.11.5" } }