{
  "name": "@cardano-sdk/hardware-ledger",
  "version": "0.16.25",
  "description": "Mappings and integration with Ledger hardware",
  "engines": {
    "node": ">=16.20.2"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "repository": "https://github.com/input-output-hk/cardano-js-sdk",
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "license": "Apache-2.0",
  "scripts": {
    "build": "yarn build:cjs && tsc -p src/tsconfig.json --outDir ./dist/esm --module es2020 && tsc-alias -p src/tsconfig.json --outDir ./dist/esm && cp ../../build/esm-package.json ./dist/esm/package.json",
    "build:cjs": "tsc --build src && cp ../../build/cjs-package.json ./dist/cjs/package.json",
    "circular-deps:check": "madge --circular dist/cjs",
    "tscNoEmit": "echo typescript --noEmit command not implemented yet",
    "cleanup:dist": "rm -rf dist",
    "cleanup:nm": "rm -rf node_modules",
    "cleanup": "rm -rf dist node_modules",
    "lint": "eslint -c ../../complete.eslintrc.js \"src/**/*.ts\" \"test/**/*.ts\"",
    "lint:fix": "yarn lint --fix",
    "test": "jest -c ./jest.config.js",
    "test:build:verify": "tsc --build ./test",
    "test:e2e": "echo 'test:e2e' command not implemented yet",
    "coverage": "yarn test --coverage || true",
    "prepack": "yarn build"
  },
  "devDependencies": {
    "@cardano-sdk/util-dev": "~0.25.34",
    "@types/lodash": "^4.14.182",
    "eslint": "^7.32.0",
    "jest": "^28.1.3",
    "madge": "^5.0.1",
    "npm-run-all": "^4.1.5",
    "ts-jest": "^28.0.7",
    "ts-log": "2.2.4",
    "tsc-alias": "^1.8.10",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "@cardano-foundation/ledgerjs-hw-app-cardano": "^7.1.4",
    "@cardano-sdk/core": "~0.46.14",
    "@cardano-sdk/crypto": "~0.4.6",
    "@cardano-sdk/dapp-connector": "~0.13.28",
    "@cardano-sdk/key-management": "~0.29.15",
    "@cardano-sdk/tx-construction": "~0.28.13",
    "@cardano-sdk/util": "~0.17.1",
    "@ledgerhq/hw-transport": "^6.31.4",
    "@ledgerhq/hw-transport-node-hid-noevents": "^6.30.5",
    "@ledgerhq/hw-transport-webusb": "^6.29.4",
    "node-hid": "^2.1.2",
    "ts-custom-error": "^3.2.0",
    "ts-log": "^2.2.4"
  },
  "files": [
    "dist/*",
    "!dist/tsconfig.tsbuildinfo",
    "LICENSE",
    "NOTICE"
  ],
  "gitHead": "8788405df909bf761664ed85d2666f5153cd0a36"
}
