UNPKG

@ledgerhq/hw-app-btc

Version:
104 lines 2.94 kB
{ "name": "@ledgerhq/hw-app-btc", "version": "10.7.0", "description": "Ledger Hardware Wallet Bitcoin Application API", "keywords": [ "Ledger", "LedgerWallet", "btc", "Bitcoin", "NanoS", "Blue", "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/ledgerjs/packages/hw-app-btc", "publishConfig": { "access": "public" }, "main": "lib/Btc.js", "module": "lib-es/Btc.js", "types": "lib/Btc.d.ts", "typesVersions": { "*": { "lib/*": [ "lib/*" ], "lib-es/*": [ "lib-es/*" ], "*": [ "lib/*", "lib/Btc.d.ts" ] } }, "exports": { "./lib/*": "./lib/*.js", "./lib/*.js": "./lib/*.js", "./lib-es/*": "./lib-es/*.js", "./lib-es/*.js": "./lib-es/*.js", "./*": { "require": "./lib/*.js", "default": "./lib-es/*.js" }, "./*.js": { "require": "./lib/*.js", "default": "./lib-es/*.js" }, ".": { "require": "./lib/Btc.js", "default": "./lib-es/Btc.js" }, "./package.json": "./package.json" }, "license": "Apache-2.0", "dependencies": { "bip32-path": "^0.4.2", "bitcoinjs-lib": "^5.2.0", "bs58": "^4.0.1", "bs58check": "^2.1.2", "invariant": "^2.2.4", "ripemd160": "2", "semver": "^7.3.5", "sha.js": "2", "tiny-secp256k1": "1.1.6", "varuint-bitcoin": "1.1.2", "@ledgerhq/hw-transport": "^6.31.4", "@ledgerhq/logs": "^6.12.0" }, "devDependencies": { "@types/jest": "^29.5.10", "@types/node": "^22.10.10", "axios": "1.7.7", "documentation": "14.0.2", "jest": "^29.7.0", "rimraf": "^4.4.1", "source-map-support": "^0.5.21", "ts-jest": "^29.1.1", "ts-node": "^10.4.0", "jest-sonar": "0.2.16", "@ledgerhq/hw-transport-mocker": "^6.29.4", "@ledgerhq/hw-transport-node-speculos": "^6.29.4" }, "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec", "scripts": { "clean": "rimraf lib lib-es", "coverage": "jest --coverage --testPathIgnorePatterns='/.test.ts.disabled|node_modules|lib-es|lib/' --passWithNoTests && mv coverage/coverage-final.json coverage/coverage-hw-app-btc.json && mv coverage/lcov.info coverage/hw-app-btc-lcov.info", "build": "tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es", "prewatch": "pnpm build", "watch": "tsc --watch", "watch:es": "tsc --watch -m esnext --moduleResolution bundler --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", "test": "jest", "unimported": "unimported" } }