forked from LedgerHQ/ledgerjs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.01 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
{
"name": "@ledgerhq/hw-hid-cli",
"version": "4.26.0",
"description": "Ledger Hardware Wallet cli utility to send apdu to hid",
"keywords": [
"Ledger",
"LedgerWallet",
"debug",
"proxy",
"http",
"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/cmd.js",
"bin": {
"ledger-hw-hid-cli": "bin.js"
},
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-transport-node-hid": "^4.24.0",
"babel-polyfill": "^6.26.0"
},
"devDependencies": {
"flow-bin": "^0.68.0",
"flow-typed": "^2.4.0"
},
"scripts": {
"flow": "flow",
"start": "node ./lib/cmd.js",
"clean": "bash ../../script/clean.sh",
"build": "bash ../../script/build.sh",
"watch": "bash ../../script/watch.sh"
}
}