UNPKG

1.71 kBJSONView Raw
1{
2 "name": "@ledgerhq/hw-transport-webusb",
3 "version": "6.29.4",
4 "description": "Ledger Hardware Wallet WebUSB implementation of the communication layer",
5 "keywords": [
6 "Ledger",
7 "LedgerWallet",
8 "webusb",
9 "NanoS",
10 "Blue",
11 "Hardware Wallet"
12 ],
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/LedgerHQ/ledger-live.git"
16 },
17 "bugs": {
18 "url": "https://github.com/LedgerHQ/ledger-live/issues"
19 },
20 "homepage": "https://github.com/LedgerHQ/ledger-live/tree/develop/libs/ledgerjs/packages/hw-transport-webusb",
21 "publishConfig": {
22 "access": "public"
23 },
24 "main": "lib/TransportWebUSB.js",
25 "module": "lib-es/TransportWebUSB.js",
26 "types": "lib/TransportWebUSB.d.ts",
27 "license": "Apache-2.0",
28 "dependencies": {
29 "@ledgerhq/devices": "^8.4.4",
30 "@ledgerhq/errors": "^6.19.1",
31 "@ledgerhq/hw-transport": "^6.31.4",
32 "@ledgerhq/logs": "^6.12.0"
33 },
34 "devDependencies": {
35 "@types/jest": "^29.5.10",
36 "@types/node": "^20.8.10",
37 "@types/w3c-web-usb": "^1.0.5",
38 "documentation": "14.0.2",
39 "jest": "^29.7.0",
40 "rimraf": "^4.4.1",
41 "source-map-support": "^0.5.21",
42 "ts-jest": "^29.1.1",
43 "ts-node": "^10.4.0"
44 },
45 "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
46 "scripts": {
47 "flow": "flow",
48 "clean": "rimraf lib lib-es",
49 "build": "tsc && tsc -m ES6 --outDir lib-es",
50 "prewatch": "pnpm build",
51 "watch": "tsc --watch",
52 "doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts",
53 "lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx --cache",
54 "lint:fix": "pnpm lint --fix",
55 "test": "jest",
56 "unimported": "unimported"
57 }
58}
\No newline at end of file