UNPKG

@secux/transport

Version:

SecuX Hardware Wallet transport API for communication layer

34 lines (33 loc) 719 B
{ "name": "@secux/transport", "version": "3.3.12", "description": "SecuX Hardware Wallet transport API for communication layer", "keywords": [ "secux", "transport" ], "homepage": "https://github.com/SecuX/secux-js/tree/master/packages/transport", "author": "SecuX Technology Inc.", "license": "Apache-2.0", "main": "lib/ITransport.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "publishConfig": { "access": "public" }, "scripts": { "build": "sh ../../build.sh", "test": "echo \"Test\"", "tsc": "tsc", "watch": "tsc --watch" }, "dependencies": { "@secux/utility": "^3.0.14", "async-lock": "^1.4.1" } }