UNPKG

@secux/protocol-hdkey

Version:

SecuX Hardware Wallet hdkey protocol API

37 lines (36 loc) 815 B
{ "name": "@secux/protocol-hdkey", "version": "1.3.3", "description": "SecuX Hardware Wallet hdkey protocol API", "keywords": [ "secux", "protocol", "hdkey" ], "homepage": "https://github.com/secuxtech", "author": "Joshua Chen <joshua830507@gmail.com>", "license": "MIT", "main": "lib/protocol-hdkey.js", "types": "lib/protocol-hdkey.d.ts", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "publishConfig": { "access": "public" }, "scripts": { "test": "echo \"Test\"", "integration:test": "mocha -t 10000 '__tests__/*.js'", "tsc": "tsc", "watch": "tsc --watch" }, "dependencies": { "@secux/transport": "^1.3.3", "@secux/utils": "^1.3.3" }, "gitHead": "a21bd4f2c2cbef54987a102a514b9329c1f27b45" }