UNPKG

@secux/app-dash

Version:

SecuX Hardware Wallet DASH API

33 lines (32 loc) 545 B
{ "name": "@secux/app-dash", "version": "3.0.0", "description": "SecuX Hardware Wallet DASH API", "keywords": [ "secux", "sign", "transaction", "tx", "dash", "btc-like" ], "author": "SecuX Technology Inc.", "license": "MIT", "main": "lib/app-dash.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "publishConfig": { "access": "public" }, "scripts": { "build": "sh ../../build.sh" }, "dependencies": { "@secux/app-btc": "^3.0.0" } }