{
  "name": "@ledgerhq/swift-bridge-hw-app-eth",
  "version": "1.6.9",
  "description": "Package to facilitate bundling hw-app-eth in the EthWrapper Swift package",
  "keywords": [
    "Ledger",
    "LedgerWallet",
    "NanoX",
    "Stax",
    "Hardware Wallet",
    "bluetooth",
    "swift",
    "ios"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/LedgerHQ/ledger-live"
  },
  "bugs": {
    "url": "https://github.com/LedgerHQ/ledger-live/issues"
  },
  "homepage": "https://github.com/LedgerHQ/ledger-live",
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/Wrapper.js",
  "module": "lib-es/Wrapper.js",
  "types": "lib/Wrapper.d.ts",
  "license": "Apache-2.0",
  "dependencies": {
    "@ledgerhq/hw-app-eth": "^7.8.8",
    "@ledgerhq/swift-bridge-hw-transport-ble": "^1.6.5"
  },
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
  "devDependencies": {
    "@types/jest": "30.0.0",
    "@types/node": "24.12.0",
    "documentation": "14.0.2",
    "jest": "30.2.0",
    "rimraf": "^4.4.1",
    "source-map-support": "^0.5.21",
    "@swc/jest": "0.2.39",
    "@swc/core": "1.15.11",
    "ts-node": "^10.4.0"
  },
  "exports": {
    ".": {
      "@ledgerhq/source": "./src/Wrapper.ts",
      "import": "./lib-es/Wrapper.js",
      "require": "./lib/Wrapper.js",
      "default": "./lib/Wrapper.js"
    },
    "./lib-es/*": "./lib-es/*.js",
    "./lib/*": "./lib/*.js",
    "./*": {
      "@ledgerhq/source": "./src/*.ts",
      "import": "./lib-es/*.js",
      "require": "./lib/*.js",
      "default": "./lib/*.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "clean": "rimraf lib lib-es",
    "build": "tsc --project tsconfig.build.json && tsc --project tsconfig.build.json -m esnext --moduleResolution bundler --outDir lib-es",
    "prewatch": "pnpm build",
    "watch": "tsc --watch --project tsconfig.build.json",
    "watch:es": "tsc --watch --project tsconfig.build.json -m esnext --moduleResolution bundler --outDir lib-es",
    "lint": "oxlint ./src",
    "lint:fix": "pnpm lint --fix",
    "test": "jest",
    "coverage": "jest --coverage",
    "unimported": "unimported"
  }
}