{
  "name": "@interchain-kit/ledger",
  "version": "0.10.2",
  "author": "Constructive <developers@constructive.io>",
  "description": "interchain-kit wallet connector",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/interchain-kit/ledger",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/interchain-kit/ledger"
  },
  "bugs": {
    "url": "https://github.com/interchain-kit/ledger/issues"
  },
  "scripts": {
    "clean": "makage clean",
    "build": "makage build",
    "build:dev": "npm run clean; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "watch:dev": "tsc -w -p tsconfig.esm.json & tsc -w",
    "prepack": "npm run build"
  },
  "keywords": [],
  "dependencies": {
    "@chain-registry/types": "^2.0.1",
    "@interchain-kit/core": "0.10.2",
    "@interchainjs/types": "1.21.0",
    "@ledgerhq/hw-app-cosmos": "^6.30.4",
    "@ledgerhq/hw-app-solana": "^7.5.2",
    "@ledgerhq/hw-transport": "^6.31.4",
    "@ledgerhq/hw-transport-webhid": "^6.29.4",
    "@solana/web3.js": "^1.87.6",
    "@zondax/ledger-cosmos-js": "^4.0.0",
    "bs58": "^6.0.0",
    "buffer": "^6.0.3",
    "chain-registry": "^2.0.1",
    "crypto": "npm:crypto-es",
    "crypto-browserify": "^3.12.1",
    "crypto-es": "^2.1.0"
  },
  "browser": {
    "crypto": "crypto-es"
  },
  "devDependencies": {
    "makage": "^0.1.12"
  },
  "gitHead": "2c6fb077b8e4ccdf5bf9331405555a4a23af86f5"
}
