UNPKG

@ledgerhq/hw-transport-vault

Version:
54 lines 1.39 kB
{ "name": "@ledgerhq/hw-transport-vault", "version": "1.3.4", "description": "Ledger Vault transport", "keywords": [ "Ledger", "Vault", "LedgerWallet", "proxy", "http", "wss", "sockets" ], "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-vault", "publishConfig": { "access": "public" }, "main": "lib/index.js", "module": "lib-es/index.js", "types": "lib/index.d.ts", "license": "Apache-2.0", "dependencies": { "@ledgerhq/errors": "^6.19.1", "@ledgerhq/hw-transport-http": "^6.30.4", "@ledgerhq/logs": "^6.12.0" }, "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", "lint:fix": "pnpm lint --fix", "test": "jest", "unimported": "unimported" } }