UNPKG

@ledgerhq/hw-app-eth

Version:
66 lines 1.92 kB
{ "name": "@ledgerhq/hw-app-eth", "version": "6.36.1", "description": "Ledger Hardware Wallet Ethereum Application API", "keywords": [ "Ledger", "LedgerWallet", "eth", "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-eth", "publishConfig": { "access": "public" }, "main": "lib/Eth.js", "module": "lib-es/Eth.js", "types": "lib/Eth.d.ts", "license": "Apache-2.0", "dependencies": { "@ethersproject/abi": "^5.5.0", "@ethersproject/rlp": "^5.5.0", "axios": "^1.3.4", "bignumber.js": "^9.1.2", "@ledgerhq/cryptoassets": "^13.0.0", "@ledgerhq/domain-service": "^1.1.21", "@ledgerhq/errors": "^6.16.4", "@ledgerhq/evm-tools": "^1.0.19", "@ledgerhq/hw-transport": "^6.30.6", "@ledgerhq/hw-transport-mocker": "^6.28.6", "@ledgerhq/logs": "^6.12.0", "@ledgerhq/types-live": "^6.47.0" }, "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec", "devDependencies": { "@types/jest": "^29.5.10", "@types/node": "^20.8.10", "documentation": "14.0.2", "ethers": "5.6.9", "jest": "^29.7.0", "nock": "^13.0.5", "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", "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" } }