UNPKG

1.01 kBJSONView Raw
1{
2 "name": "@ledgerhq/hw-transport",
3 "version": "6.27.1",
4 "description": "Ledger Hardware Wallet common interface of the communication layer",
5 "keywords": [
6 "Ledger",
7 "LedgerWallet",
8 "NanoS",
9 "Blue",
10 "Hardware Wallet"
11 ],
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/LedgerHQ/ledgerjs"
15 },
16 "bugs": {
17 "url": "https://github.com/LedgerHQ/ledgerjs/issues"
18 },
19 "homepage": "https://github.com/LedgerHQ/ledgerjs",
20 "publishConfig": {
21 "access": "public"
22 },
23 "main": "lib/Transport.js",
24 "module": "lib-es/Transport.js",
25 "types": "lib/Transport.d.ts",
26 "license": "Apache-2.0",
27 "dependencies": {
28 "@ledgerhq/devices": "^6.27.1",
29 "@ledgerhq/errors": "^6.10.0",
30 "events": "^3.3.0"
31 },
32 "scripts": {
33 "clean": "bash ../../script/clean.sh",
34 "build": "bash ../../script/build.sh",
35 "watch": "bash ../../script/watch.sh",
36 "doc": "bash ../../script/doc.sh"
37 },
38 "gitHead": "9639f96a970e1f46e9e39d0c2c361ce2289923be"
39}