UNPKG

@safeheron/master-key-derive

Version:
63 lines (62 loc) 1.51 kB
{ "name": "@safeheron/master-key-derive", "version": "1.1.0", "description": "Mnemonic Generation; ", "keywords": [ "Mnemonic", "Bip32", "Master Key", "Key Share" ], "homepage": "https://github.com/safeheron/master-key-derive-js", "bugs": { "url": "https://github.com/safeheron/master-key-derive-js/issues" }, "repository": { "type": "git", "url": "git@github.com:safeheron/master-key-derive-js" }, "author": "Max<hejh1500@gmail.com>", "files": [ "dist" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "lint": "standardx", "prepublish": "npm run build", "build": "rm -fr ./dist && tsc -p tsconfig.json", "test": "rm -fr ./test-dist && tsc -p tsconfig.test.json && mocha ./test-dist/*" }, "devDependencies": { "@types/chai": "^4.3.1", "@types/mocha": "^9.1.0", "babel-eslint": "^10.0.3", "chai": "^4.3.6", "mocha": "^10.1.0", "standardx": "^5.0.0", "ts-node": "^10.7.0" }, "dependencies": { "@safeheron/crypto-bip32": "^1.0.0", "@safeheron/crypto-rand": "^1.0.0", "@safeheron/crypto-utils": "^1.0.1", "assert": "^2.0.0", "bip39": "^3.0.4", "blakejs": "^1.1.0", "bn.js": "^4.11.9", "bs58check": "^2.1.2", "crypto-js": "3.3.0", "elliptic": "^6.6.1", "typescript": "^4.0.5" }, "standardx": { "parser": "babel-eslint", "env": [ "mocha" ] }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }