{
  "name": "@ledgerhq/hw-app-eth",
  "version": "5.27.2",
  "description": "Ledger Hardware Wallet Ethereum Application API",
  "keywords": [
    "Ledger",
    "LedgerWallet",
    "Ethereum",
    "eth",
    "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/Eth.js",
  "module": "lib-es/Eth.js",
  "license": "Apache-2.0",
  "dependencies": {
    "@ledgerhq/cryptoassets": "^5.27.2",
    "@ledgerhq/errors": "^5.26.0",
    "@ledgerhq/hw-transport": "^5.26.0",
    "bignumber.js": "^9.0.1",
    "rlp": "^2.2.6"
  },
  "devDependencies": {
    "flow-bin": "^0.135.0"
  },
  "scripts": {
    "flow": "flow",
    "clean": "bash ../../script/clean.sh",
    "build": "bash ../../script/build.sh",
    "watch": "bash ../../script/watch.sh",
    "doc": "bash ../../script/doc.sh"
  },
  "gitHead": "2e4f1db7d70c2fed9bc05897c6e736603dd863a7"
}
