forked from LedgerHQ/ledgerjs
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@ledgerhq/hw-transport-node-hid",
"version": "4.73.4",
"description": "Ledger Hardware Wallet Node implementation of the communication layer, using node-hid",
"keywords": [
"Ledger",
"LedgerWallet",
"hid",
"node-hid",
"NanoS",
"Blue",
"Hardware Wallet"
],
"repository": {
"type": "git",
"url": "https://github.com/LedgerHQ/ledgerjs"
},
"bugs": {
"url": "https://github.com/LedgerHQ/ledgerjs/issues"
},
"homepage": "https://github.com/LedgerHQ/ledgerjs",
"publishConfig": {
"access": "public"
},
"main": "lib/TransportNodeHid.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/devices": "^4.73.4",
"@ledgerhq/errors": "^4.73.4",
"@ledgerhq/hw-transport": "^4.73.4",
"@ledgerhq/hw-transport-node-hid-noevents": "^4.73.4",
"@ledgerhq/logs": "^4.72.0",
"lodash": "^4.17.15",
"node-hid": "^0.7.9",
"usb": "^1.6.0"
},
"devDependencies": {
"flow-bin": "^0.109.0"
},
"scripts": {
"flow": "flow",
"clean": "bash ../../script/clean.sh",
"build": "bash ../../script/build.sh",
"watch": "bash ../../script/watch.sh",
"doc": "bash ../../script/doc.sh"
}
}