forked from LedgerHQ/ledgerjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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/react-native-hw-transport-ble",
"version": "6.27.1",
"description": "Ledger Hardware Wallet Bluetooth BLE transport for React Native",
"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/BleTransport.js",
"module": "lib-es/BleTransport.js",
"types": "lib/BleTransport.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/devices": "^6.27.1",
"@ledgerhq/errors": "^6.10.0",
"@ledgerhq/hw-transport": "^6.27.1",
"@ledgerhq/logs": "^6.10.0",
"invariant": "^2.2.4",
"react-native-ble-plx": "2.0.3",
"rxjs": "6",
"uuid": "^3.4.0"
},
"scripts": {
"clean": "bash ../../script/clean.sh",
"build": "bash ../../script/build.sh",
"watch": "bash ../../script/watch.sh"
},
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec"
}