@ledgerhq/hw-transport-http
Version:
Ledger Hardware Wallet communication layer over http
57 lines • 1.56 kB
JSON
{
"name": "@ledgerhq/hw-transport-http",
"version": "6.30.4",
"description": "Ledger Hardware Wallet communication layer over http",
"keywords": [
"Ledger",
"LedgerWallet",
"proxy",
"http",
"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-transport-http",
"publishConfig": {
"access": "public"
},
"main": "lib/withStaticURLs.js",
"module": "lib-es/withStaticURLs.js",
"types": "lib/withStaticURLs.d.ts",
"license": "Apache-2.0",
"dependencies": {
"axios": "1.7.7",
"ws": "^7.5.2",
"@ledgerhq/errors": "^6.19.1",
"@ledgerhq/hw-transport": "^6.31.4",
"@ledgerhq/logs": "^6.12.0"
},
"gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
"devDependencies": {
"@types/jest": "^29.5.10",
"@types/node": "^20.8.10",
"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"
},
"scripts": {
"clean": "rimraf lib lib-es",
"build": "tsc && tsc -m ES6 --outDir lib-es",
"prewatch": "pnpm build",
"watch": "tsc --watch",
"lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx --cache",
"lint:fix": "pnpm lint --fix",
"test": "jest",
"unimported": "unimported"
}
}