-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1005 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": "bithomphw",
"version": "1.0.0",
"private": true,
"description": "JS library to interact with XRP supported Hardware Wallets from a browser",
"scripts": {
"build": "parcel build src/bithomphw.js --public-url ./",
"start": "parcel"
},
"author": "Bithomp AB",
"license": "GPL-3.0",
"keywords": [
"xrpl",
"xrp"
],
"dependencies": {
"@ledgerhq/hw-app-xrp": "^5.17.0",
"@ledgerhq/hw-transport-webhid": "^6.27.2",
"bitcore-lib": "^8.20.4",
"core-js": "^3.25.0",
"ripple-binary-codec": "^0.1.14",
"ripple-hashes": "^0.3.4",
"ripple-keypairs": "^0.11.1",
"trezor-connect": "^8.2.1"
},
"devDependencies": {
"assert": "^2.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"parcel": "^2.7.0",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"url": "^0.11.0",
"util": "^0.12.4"
},
"alias": {
"@ledgerhq/devices": "@ledgerhq/devices/lib-es"
}
}