UNPKG

@safeheron/crypto-bip32

Version:

HDKey in js(embrace bip32-secp256k1, bip32-ed25519)

60 lines (59 loc) 1.46 kB
{ "name": "@safeheron/crypto-bip32", "version": "1.0.1", "description": "HDKey in js(embrace bip32-secp256k1, bip32-ed25519)", "keywords": [ "bip32", "hdkey", "bip32-secp256k1", "bip32-ed25519" ], "homepage": "https://github.com/safeheron/crypto-bip32-js", "bugs": { "url": "https://github.com/safeheron/crypto-bip32-js/issues" }, "repository": { "type": "git", "url": "git@github.com:safeheron/crypto-bip32-js" }, "author": "Max<hejh1500@gmail.com>", "files": [ "dist" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "lint": "standardx", "build": "rm -fr ./dist && tsc -p tsconfig.json", "test": "rm -fr ./test-dist && tsc -p tsconfig.test.json && mocha -r ts-node/register ./test-dist/test/*" }, "devDependencies": { "@types/jest": "^27.4.1", "@types/node": "^17.0.25", "babel-eslint": "^10.0.3", "mocha": "^10.1.0", "standardx": "^5.0.0", "ts-node": "^10.7.0", "typescript": "^4.6.3" }, "dependencies": { "@safeheron/crypto-rand": "^1.0.0", "@safeheron/crypto-utils": "^1.0.1", "assert": "^2.0.0", "blakejs": "^1.1.0", "bn.js": "^4.11.9", "bs58check": "^2.1.2", "crypto-js": "3.3.0", "elliptic": "^6.5.3", "hash.js": "^1.1.7" }, "standardx": { "parser": "babel-eslint", "env": [ "mocha" ] }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }