forked from LedgerHQ/ledgerjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1 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
{
"name": "@ledgerhq/hw-transport-node-hid",
"version": "4.24.0",
"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/hw-transport": "^4.24.0",
"lodash": "^4.17.11",
"node-hid": "^0.7.2",
"usb": "^1.3.3"
},
"devDependencies": {
"flow-bin": "^0.68.0",
"flow-typed": "^2.4.0"
},
"scripts": {
"flow": "flow",
"clean": "bash ../../script/clean.sh",
"build": "bash ../../script/build.sh",
"watch": "bash ../../script/watch.sh"
}
}