forked from LedgerHQ/ledgerjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.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
44
45
46
{
"name": "@ledgerhq/hw-transport-http",
"version": "5.51.1",
"description": "Ledger Hardware Wallet communication layer over http",
"keywords": [
"Ledger",
"LedgerWallet",
"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/withStaticURLs.js",
"module": "lib-es/withStaticURLs.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/errors": "^5.50.0",
"@ledgerhq/hw-transport": "^5.51.1",
"@ledgerhq/logs": "^5.50.0",
"axios": "^0.21.1",
"ws": "6"
},
"devDependencies": {
"flow-bin": "^0.149.0"
},
"scripts": {
"flow": "flow",
"clean": "bash ../../script/clean.sh",
"build": "bash ../../script/build.sh",
"watch": "bash ../../script/watch.sh",
"doc": "bash ../../script/doc.sh"
},
"gitHead": "fca2c7ce74fdb88df4d59dca4cc0e668410d66af"
}