UNPKG

@ledgerhq/hw-transport

Version:
58 lines 1.76 kB
{ "name": "@ledgerhq/hw-transport", "version": "6.32.0", "description": "Ledger Hardware Wallet common interface of the communication layer", "keywords": [ "Ledger", "LedgerWallet", "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/hw-transport", "publishConfig": { "access": "public" }, "main": "lib/Transport.js", "module": "lib-es/Transport.js", "types": "lib/Transport.d.ts", "license": "Apache-2.0", "dependencies": { "events": "^3.3.0", "@ledgerhq/devices": "8.10.0", "@ledgerhq/errors": "^6.29.0", "@ledgerhq/logs": "^6.14.0" }, "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec", "devDependencies": { "@types/jest": "30.0.0", "@types/node": "^22.10.10", "documentation": "14.0.2", "jest": "30.2.0", "rimraf": "^4.4.1", "source-map-support": "^0.5.21", "@swc/jest": "0.2.39", "@swc/core": "1.15.8", "ts-node": "^10.4.0" }, "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" } }