UNPKG

1.52 kBJSONView Raw
1{
2 "name": "@ledgerhq/hw-transport-node-hid",
3 "version": "6.27.10",
4 "description": "Ledger Hardware Wallet Node implementation of the communication layer, using node-hid",
5 "keywords": [
6 "Ledger",
7 "LedgerWallet",
8 "hid",
9 "node-hid",
10 "NanoS",
11 "Blue",
12 "Hardware Wallet"
13 ],
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/LedgerHQ/ledger-live.git"
17 },
18 "bugs": {
19 "url": "https://github.com/LedgerHQ/ledger-live/issues"
20 },
21 "homepage": "https://github.com/LedgerHQ/ledger-live/tree/develop/libs/ledgerjs/packages/hw-transport-node-hid",
22 "publishConfig": {
23 "access": "public"
24 },
25 "main": "lib/TransportNodeHid.js",
26 "module": "lib-es/TransportNodeHid.js",
27 "types": "lib/TransportNodeHid.d.ts",
28 "license": "Apache-2.0",
29 "dependencies": {
30 "lodash": "^4.17.21",
31 "node-hid": "^2.1.2",
32 "usb": "^1.7.0",
33 "@ledgerhq/devices": "^7.0.7",
34 "@ledgerhq/errors": "^6.12.3",
35 "@ledgerhq/hw-transport": "^6.27.10",
36 "@ledgerhq/hw-transport-node-hid-noevents": "^6.27.10",
37 "@ledgerhq/logs": "^6.10.1"
38 },
39 "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
40 "scripts": {
41 "clean": "rimraf lib lib-es",
42 "build": "tsc && tsc -m ES6 --outDir lib-es",
43 "prewatch": "pnpm build",
44 "watch": "tsc --watch",
45 "doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts",
46 "lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx",
47 "lint:fix": "pnpm lint --fix",
48 "test": "jest"
49 }
50}
\No newline at end of file