forked from LedgerHQ/ledgerjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 963 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
38
39
40
{
"name": "@ledgerhq/hw-app-xrp",
"version": "6.7.0",
"description": "Ledger Hardware Wallet Ripple Application API",
"keywords": [
"Ledger",
"LedgerWallet",
"Ripple",
"xrp",
"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/Xrp.js",
"module": "lib-es/Xrp.js",
"types": "lib/Xrp.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-transport": "^6.7.0",
"bip32-path": "0.4.2"
},
"scripts": {
"clean": "bash ../../script/clean.sh",
"build": "bash ../../script/build.sh",
"watch": "bash ../../script/watch.sh",
"doc": "bash ../../script/doc.sh"
},
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec"
}