@sisi/ed25519-blake2b-hd-key
Version:
Fork of alepop/ed25519-hd-key. Convert to ed25519-blake2b.
54 lines (53 loc) • 1.08 kB
JSON
{
"name": "@sisi/ed25519-blake2b-hd-key",
"version": "1.0.2",
"description": "Fork of alepop/ed25519-hd-key. Convert to ed25519-blake2b.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"build": "tsc -p ./",
"test": "jest"
},
"jest": {
"verbose": true,
"transform": {
".(ts|tsx)": "./node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/spec/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"globals": {
"window": {},
"ts-jest": {
"tsConfigFile": "./tsconfig.json"
}
}
},
"keywords": [
"ed25519",
"bip32",
"slip-0010",
"crypto",
"trezor",
"blake2b"
],
"license": "GPL-3",
"dependencies": {
"@sisi/tweetnacl-blake2b": "^1.0.0",
"bip39": "^2.4.0",
"create-hmac": "^1.1.6"
},
"devDependencies": {
"@types/jest": "^21.1.8",
"@types/node": "^8.5.1",
"jest-cli": "^21.2.1",
"ts-jest": "^21.2.4",
"typescript": "^2.6.2"
}
}