forked from LedgerHQ/ledgerjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 928 Bytes
/
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
{
"name": "@ledgerhq/hw-transport-mocker",
"version": "6.0.2",
"description": "Ledger Hardware Wallet mocker utilities used for tests",
"keywords": [
"Ledger",
"LedgerWallet",
"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/index.js",
"module": "lib-es/index.js",
"types": "lib/index.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-transport": "^6.0.2",
"@ledgerhq/logs": "^6.0.2"
},
"scripts": {
"clean": "bash ../../script/clean.sh",
"build": "bash ../../script/build.sh",
"watch": "bash ../../script/watch.sh"
},
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec"
}