UNPKG

ledger-bitcoin-babylon

Version:

Ledger Hardware Wallet Babylon Application Client

90 lines 2.56 kB
{ "name": "ledger-bitcoin-babylon", "version": "v0.3.1-alpha.0", "description": "Ledger Hardware Wallet Babylon Application Client", "main": "build/main/index.js", "typings": "build/main/index.d.ts", "repository": "https://github.com/UnyxTech/ledger-bitcoin-babylon", "license": "Apache-2.0", "keywords": [ "Ledger", "LedgerWallet", "btc", "Babylon", "Bitcoin", "NanoS", "NanoX", "Hardware Wallet" ], "scripts": { "build": "tsc -p tsconfig.json", "fix": "run-s fix:*", "fix:prettier": "prettier \"src/**/*.ts\" --write", "fix:lint": "eslint src --ext .ts --fix", "test": "jest --detectOpenHandles --verbose", "doc": "run-s doc:html && open-cli build/docs/index.html", "doc:html": "typedoc src/ --exclude **/*.test.ts --target ES6 --mode file --out build/docs", "doc:json": "typedoc src/ --exclude **/*.test.ts --target ES6 --mode file --json build/docs/typedoc.json" }, "engines": { "node": ">=14" }, "dependencies": { "@bitcoinerlab/descriptors": "^1.0.2", "@bitcoinerlab/secp256k1": "^1.0.5", "@cmdcode/buff-utils": "^2.0.0", "@cmdcode/tapscript": "^1.5.3", "@cosmjs/encoding": "^0.33.1", "@ledgerhq/hw-transport": "6.28.8", "@scure/btc-signer": "^1.6.0", "bip32-path": "^0.4.2", "crypto": "^1.0.1", "ledger-bitcoin": "^0.2.3", "process": "^0.11.10" }, "peerDependencies": { "bitcoinjs-lib": "6.1.5" }, "devDependencies": { "@babel/preset-env": "^7.25.7", "@ledgerhq/hw-transport-node-speculos-http": "^6.29.7", "@ledgerhq/logs": "^6.10.0", "@types/jest": "^27.4.0", "@types/node": "^17.0.10", "@typescript-eslint/eslint-plugin": "^4.0.1", "@typescript-eslint/parser": "^4.0.1", "babel-jest": "^29.7.0", "codecov": "^3.5.0", "cspell": "^4.1.0", "eslint": "^7.8.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-functional": "^3.0.2", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jest": "^26.1.1", "jest": "^27.5.1", "npm-run-all": "^4.1.5", "open-cli": "^8.0.0", "prettier": "^2.1.1", "standard-version": "^9.0.0", "ts-jest": "^27.1.3", "ts-node": "^9.0.0", "typedoc": "^0.28.7", "typescript": "^4.5.5" }, "resolutions": { "axios": "1.8.2" }, "files": [ "build/main", "!**/*.spec.*", "!**/*.test.*", "!**/*.json", "!**/__tests__/*", "CHANGELOG.md", "README.md" ], "prettier": { "singleQuote": true } }