UNPKG

@emurgo/react-native-hid

Version:

Ledger Hardware Wallet Web implementation of the communication layer, using U2F api

49 lines (48 loc) 1.2 kB
{ "name": "@emurgo/react-native-hid", "version": "5.15.8", "nativePackage": true, "description": "Ledger Hardware Wallet Web implementation of the communication layer, using U2F api", "keywords": [ "Ledger", "LedgerWallet", "U2F", "browser", "web", "NanoS", "Blue", "Hardware Wallet" ], "repository": { "type": "git", "url": "https://github.com/Emurgo/ledger-live" }, "bugs": { "url": "https://github.com/Emurgo/ledger-live/issues" }, "homepage": "https://github.com/Emurgo/ledger-live", "publishConfig": { "access": "public" }, "main": "lib/index.js", "module": "lib-es/index.js", "license": "Apache-2.0", "dependencies": { "@ledgerhq/devices": "^5.15.0", "@ledgerhq/errors": "^5.15.0", "@ledgerhq/hw-transport": "^5.15.0", "@ledgerhq/logs": "^5.15.0", "rxjs": "^6.5.5" }, "devDependencies": { "flow-bin": "^0.124.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": "fca2c7ce74fdb88df4d59dca4cc0e668410d66af" }