@ledgerhq/hw-transport-mocker
Version:
Ledger Hardware Wallet mocker utilities used for tests
42 lines (41 loc) • 1.02 kB
JSON
{
"name": "@ledgerhq/hw-transport-mocker",
"version": "5.51.1",
"description": "Ledger Hardware Wallet mocker utilities used for tests",
"keywords": [
"Ledger",
"LedgerWallet",
"NanoS",
"Blue",
"Hardware Wallet"
],
"repository": {
"type": "git",
"url": "https://github.com/LedgerHQ/ledgerjs"
},
"bugs": {
"url": "https://github.com/LedgerHQ/ledgerjs/issues"
},
"homepage": "https://github.com/LedgerHQ/ledgerjs",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"module": "lib-es/index.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-transport": "^5.51.1",
"@ledgerhq/logs": "^5.50.0"
},
"devDependencies": {
"flow-bin": "^0.149.0"
},
"scripts": {
"flow": "flow",
"clean": "bash ../../script/clean.sh",
"build": "bash ../../script/build.sh",
"watch": "bash ../../script/watch.sh",
"doc": "bash ../../script/doc.sh"
},
"gitHead": "991888009774c7cdd2b0e0711bdbf870c260e7a5"
}