{
  "name": "@claymore365123/hw-app-eth",
  "version": "5.53.0",
  "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.53.0",
    "@ledgerhq/errors": "^5.50.0",
    "@ledgerhq/hw-transport": "^5.51.1",
    "@ledgerhq/logs": "^5.50.0",
    "bignumber.js": "^9.0.1",
    "ethers": "^5.2.0"
  },
  "devDependencies": {
    "flow-bin": "^0.149.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": "e1122a9a1580f3b0bcc79ecb1a3004d462f9096d"
}
