@ledgerhq/react-native-hid
Version:
Ledger Hardware Wallet Web implementation of the communication layer, using U2F api
66 lines • 1.93 kB
JSON
{
"name": "@ledgerhq/react-native-hid",
"version": "6.32.9",
"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/LedgerHQ/ledger-live.git"
},
"bugs": {
"url": "https://github.com/LedgerHQ/ledger-live/issues"
},
"homepage": "https://github.com/LedgerHQ/ledger-live/tree/develop/libs/ledgerjs/packages/react-native-hid",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"module": "lib-es/index.js",
"types": "lib/index.d.ts",
"license": "Apache-2.0",
"dependencies": {
"rxjs": "^7.8.1",
"@ledgerhq/devices": "8.5.0",
"@ledgerhq/errors": "^6.24.0",
"@ledgerhq/hw-transport": "^6.31.9",
"@ledgerhq/logs": "^6.13.0"
},
"devDependencies": {
"@types/jest": "^29.5.10",
"@types/node": "^22.10.10",
"documentation": "14.0.2",
"jest": "^29.7.0",
"rimraf": "^4.4.1",
"source-map-support": "^0.5.21",
"ts-jest": "^29.1.1",
"ts-node": "^10.4.0",
"yarn-add-no-save": "^1.0.3"
},
"peerDependencies": {
"react-native": "*"
},
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
"scripts": {
"clean": "rimraf lib lib-es",
"build": "tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es",
"prewatch": "pnpm build",
"watch": "tsc --watch",
"watch:es": "tsc --watch -m esnext --moduleResolution bundler --outDir lib-es",
"doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts",
"lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx --cache",
"lint:fix": "pnpm lint --fix",
"test": "jest",
"coverage": "jest --coverage",
"unimported": "unimported"
}
}