{
  "name": "@blooo/hw-app-concordium",
  "type": "module",
  "version": "1.1.3",
  "description": "Ledger Hardware Wallet Concordium Application API",
  "keywords": [
    "Ledger",
    "LedgerWallet",
    "CCD",
    "Concordium",
    "NanoS+",
    "NanoX",
    "Flex",
    "Stax",
    "Blue",
    "Hardware Wallet"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/blooo-io/hw-app-concordium.git"
  },
  "bugs": {
    "url": "https://github.com/blooo-io/hw-app-concordium/issues"
  },
  "homepage": "https://github.com/blooo-io/hw-app-concordium",
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/Concordium.js",
  "module": "lib/Concordium.js",
  "types": "lib/Concordium.d.ts",
  "license": "Apache-2.0",
  "dependencies": {
    "@ledgerhq/errors": "^6.19.1",
    "@ledgerhq/hw-transport": "^6.31.4",
    "bip32-path": "^0.4.2"
  },
  "devDependencies": {
    "@types/node": "^20.8.10",
    "ts-node": "^10.4.0"
  },
  "peerDependencies": {
    "@concordium/web-sdk": ">= 10"
  },
  "scripts": {
    "build": "tsc && tsc -m ES6 --outDir lib-es",
    "prewatch": "pnpm build",
    "watch": "tsc --watch",
    "watch:es": "tsc --watch -m ES6 --outDir lib-es",
    "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",
    "unimported": "unimported"
  },
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec"
}
