UNPKG

@lisk-builders/lisk-hd-key

Version:
67 lines (66 loc) 1.52 kB
{ "name": "@lisk-builders/lisk-hd-key", "version": "2.1.0", "description": "HD key derivation for Lisk coin", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/" ], "scripts": { "build": "tsc -p ./", "test:ci": "jest --coverage --coverageReporters=text-lcov | coveralls", "test": "jest --watch --verbose" }, "jest": { "verbose": true, "mapCoverage": 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", "lisk", "lisk-elements", "crypto", "hdkeys", "hdwallet" ], "author": "Aleksey Popov", "license": "GPL-3", "repository": { "type": "git", "url": "git+https://github.com/lisk-builders/lisk-hd-key.git" }, "bugs": { "url": "https://github.com/lisk-builders/lisk-hd-key/issues" }, "homepage": "https://github.com/lisk-builders/lisk-hd-key", "devDependencies": { "@types/jest": "27.0.1", "coveralls": "^3.1.1", "jest-cli": "27.1.0", "ts-jest": "27.0.5", "typescript": "4.4.2" }, "dependencies": { "@liskhq/lisk-cryptography": "^3.1.0", "@liskhq/lisk-transactions": "^5.1.1", "@types/node": "^16.7.10", "ed25519-hd-key": "^1.2.0" } }