UNPKG

@samyan/hd-wallet

Version:

37 lines (36 loc) 897 B
{ "name": "@samyan/hd-wallet", "version": "1.0.4", "description": "", "main": "build/index.js", "scripts": { "build": "babel src --out-dir build --extensions \".ts\" --source-maps inline", "build-ts": "tsc" }, "keywords": [ "crypto", "hd-wallet", "mnemonic" ], "author": "samyan", "license": "ISC", "devDependencies": { "@babel/cli": "^7.21.0", "@babel/core": "^7.21.0", "@babel/plugin-proposal-decorators": "^7.21.0", "@babel/plugin-transform-runtime": "^7.21.0", "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.21.0", "babel-preset-minify": "^0.5.2", "typescript": "^4.9.5" }, "dependencies": { "base-x": "^4.0.0", "bip32": "^3.1.0", "bip39": "^3.0.4", "bitcoinjs-lib": "^6.1.0", "ethereumjs-util": "^7.1.5", "ethereumjs-wallet": "^1.0.2", "tiny-secp256k1": "^2.2.1" } }