UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@ledgerhq/hw-app-eth",
3 "version": "5.34.1",
4 "description": "Ledger Hardware Wallet Ethereum Application API",
5 "keywords": [
6 "Ledger",
7 "LedgerWallet",
8 "Ethereum",
9 "eth",
10 "NanoS",
11 "Blue",
12 "Hardware Wallet"
13 ],
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/LedgerHQ/ledgerjs"
17 },
18 "bugs": {
19 "url": "https://github.com/LedgerHQ/ledgerjs/issues"
20 },
21 "homepage": "https://github.com/LedgerHQ/ledgerjs",
22 "publishConfig": {
23 "access": "public"
24 },
25 "main": "lib/Eth.js",
26 "module": "lib-es/Eth.js",
27 "license": "Apache-2.0",
28 "dependencies": {
29 "@ledgerhq/cryptoassets": "^5.34.1",
30 "@ledgerhq/errors": "^5.34.0",
31 "@ledgerhq/hw-transport": "^5.34.0",
32 "bignumber.js": "^9.0.1",
33 "rlp": "^2.2.6"
34 },
35 "devDependencies": {
36 "flow-bin": "^0.138.0"
37 },
38 "scripts": {
39 "flow": "flow",
40 "clean": "bash ../../script/clean.sh",
41 "build": "bash ../../script/build.sh",
42 "watch": "bash ../../script/watch.sh",
43 "doc": "bash ../../script/doc.sh"
44 },
45 "gitHead": "1986f9a4464a0e50efd6e58cbbc52b3b4614bc99"
46}