UNPKG

@samyan/hd-wallet

Version:

43 lines 1.11 kB
{ "name": "@samyan/hd-wallet", "version": "1.1.4", "description": "", "main": "build/index.js", "scripts": { "build": "babel src --out-dir build --extensions \".ts\" --source-maps inline", "build-ts": "tsc", "test": "vitest", "test:watch": "vitest --watch", "prepublishOnly": "npm run build && npm test" }, "keywords": [ "crypto", "hd-wallet", "mnemonic" ], "author": "samyan", "license": "ISC", "devDependencies": { "@babel/cli": "^7.28.6", "@babel/core": "^7.29.0", "@babel/plugin-proposal-decorators": "^7.29.0", "@babel/plugin-transform-runtime": "^7.29.0", "@babel/preset-env": "^7.29.2", "@babel/preset-typescript": "^7.28.5", "@types/hdkey": "^2.1.0", "@types/node": "^25.5.0", "babel-preset-minify": "^0.5.2", "typescript": "^6.0.2", "vitest": "^4.1.2" }, "dependencies": { "@babel/runtime": "^7.29.2", "@ethereumjs/util": "^10.1.1", "base-x": "^5.0.1", "bip32": "^5.0.1", "bip39": "^3.1.0", "bitcoinjs-lib": "^7.0.1", "hdkey": "^2.1.0", "tiny-secp256k1": "^2.2.4" } }