@safeheron/master-key-derive
Version:
Mnemonic Generation;
62 lines (61 loc) • 1.49 kB
JSON
{
"name": "@safeheron/master-key-derive",
"version": "2.0.1",
"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": "^2.0.1",
"@safeheron/crypto-rand": "^1.0.0",
"@safeheron/crypto-utils": "^2.0.0",
"assert": "^2.0.0",
"bip39": "^3.1.0",
"blakejs": "^1.1.0",
"bn.js": "^4.11.9",
"crypto-js": "^4.2.0",
"elliptic": "^6.6.1",
"typescript": "^4.0.5"
},
"standardx": {
"parser": "babel-eslint",
"env": [
"mocha"
]
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}