{
  "name": "@ledgerhq/coin-stacks",
  "version": "0.8.10",
  "description": "Ledger Stacks Coin integration",
  "keywords": [
    "Ledger",
    "LedgerWallet",
    "stacks",
    "stx",
    "Bitcoin layer2",
    "Hardware Wallet"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/LedgerHQ/ledger-live.git"
  },
  "bugs": {
    "url": "https://github.com/LedgerHQ/ledger-live/issues"
  },
  "homepage": "https://github.com/LedgerHQ/ledger-live/tree/develop/libs/coin-modules/coin-stacks",
  "publishConfig": {
    "access": "public"
  },
  "typesVersions": {
    "*": {
      "lib/*": [
        "lib/*"
      ],
      "lib-es/*": [
        "lib-es/*"
      ],
      "deviceTransactionConfig": [
        "lib/bridge/deviceTransactionConfig"
      ],
      "specs": [
        "lib/test/bot-specs"
      ],
      "transaction": [
        "lib/bridge/transaction"
      ],
      "*": [
        "lib/*"
      ]
    }
  },
  "exports": {
    "./lib/*": "./lib/*.js",
    "./lib-es/*": "./lib-es/*.js",
    "./deviceTransactionConfig": {
      "require": "./lib/bridge/deviceTransactionConfig.js",
      "default": "./lib-es/bridge/deviceTransactionConfig.js"
    },
    "./signer": {
      "require": "./lib/signer/index.js",
      "default": "./lib-es/signer/index.js"
    },
    "./hw-signMessage": {
      "require": "./lib/signer/signMessage.js",
      "default": "./lib-es/signer/signMessage.js"
    },
    "./specs": {
      "require": "./lib/test/bot-specs.js",
      "default": "./lib-es/test/bot-specs.js"
    },
    "./transaction": {
      "require": "./lib/bridge/transaction.js",
      "default": "./lib-es/bridge/transaction.js"
    },
    "./types": {
      "require": "./lib/types/index.js",
      "default": "./lib-es/types/index.js"
    },
    "./*": {
      "require": "./lib/*.js",
      "default": "./lib-es/*.js"
    },
    ".": {
      "require": "./lib/index.js",
      "default": "./lib-es/index.js"
    },
    "./package.json": "./package.json"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "axios": "1.7.7",
    "bignumber.js": "^9.1.2",
    "c32check": "1.1.3",
    "invariant": "^2.2.4",
    "lodash": "^4.17.21",
    "ripple-address-codec": "^5.0.0",
    "ripple-binary-codec": "^1.3.0",
    "rxjs": "^7.8.1",
    "@stacks/network": "6.17.0",
    "@stacks/transactions": "6.17.0",
    "@zondax/ledger-stacks": "^1.0.2",
    "@ledgerhq/coin-framework": "^5.4.0",
    "@ledgerhq/cryptoassets": "^13.19.0",
    "@ledgerhq/devices": "8.4.7",
    "@ledgerhq/errors": "^6.22.0",
    "@ledgerhq/live-env": "^2.10.0",
    "@ledgerhq/live-network": "^2.0.11",
    "@ledgerhq/logs": "^6.13.0",
    "@ledgerhq/types-cryptoassets": "^7.23.0",
    "@ledgerhq/types-live": "^6.74.0"
  },
  "devDependencies": {
    "@faker-js/faker": "^8.4.1",
    "@types/invariant": "^2.2.37",
    "@types/jest": "^29.5.12",
    "@types/lodash": "^4.14.191",
    "dotenv": "^16.4.5",
    "expect": "^27.4.6",
    "jest": "^29.7.0",
    "ripple-keypairs": "^2.0.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.4.5",
    "@ledgerhq/disable-network-setup": "^0.0.0"
  },
  "scripts": {
    "clean": "rimraf lib lib-es",
    "build": "tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es",
    "coverage": "jest --coverage",
    "prewatch": "pnpm build",
    "watch": "tsc --watch",
    "doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts",
    "lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx --cache",
    "lint:fix": "pnpm lint --fix",
    "test": "jest",
    "test-integ": "DOTENV_CONFIG_PATH=.env.integ.test jest --config=jest.integ.config.js --passWithNoTests",
    "typecheck": "tsc --noEmit",
    "unimported": "unimported"
  }
}