UNPKG

1.55 kBJSONView Raw
1{
2 "name": "@ledgerhq/hw-app-eth",
3 "version": "6.31.0",
4 "description": "Ledger Hardware Wallet Ethereum Application API",
5 "keywords": [
6 "Ledger",
7 "LedgerWallet",
8 "Ethereum",
9 "eth",
10 "NanoS",
11 "Blue",
12 "Hardware Wallet"
13 ],
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/LedgerHQ/ledger-live.git"
17 },
18 "bugs": {
19 "url": "https://github.com/LedgerHQ/ledger-live/issues"
20 },
21 "homepage": "https://github.com/LedgerHQ/ledger-live/tree/develop/libs/ledgerjs/packages/hw-app-eth",
22 "publishConfig": {
23 "access": "public"
24 },
25 "main": "lib/Eth.js",
26 "module": "lib-es/Eth.js",
27 "types": "lib/Eth.d.ts",
28 "license": "Apache-2.0",
29 "dependencies": {
30 "@ethersproject/abi": "^5.5.0",
31 "@ethersproject/rlp": "^5.5.0",
32 "axios": "^0.26.1",
33 "bignumber.js": "^9.1.0",
34 "crypto-js": "^4.1.1",
35 "@ledgerhq/cryptoassets": "^8.0.0",
36 "@ledgerhq/errors": "^6.12.3",
37 "@ledgerhq/hw-transport": "^6.28.0",
38 "@ledgerhq/hw-transport-mocker": "^6.27.11",
39 "@ledgerhq/logs": "^6.10.1"
40 },
41 "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
42 "devDependencies": {
43 "ethers": "^5.6.9"
44 },
45 "scripts": {
46 "clean": "rimraf lib lib-es",
47 "build": "tsc && tsc -m ES6 --outDir lib-es",
48 "prewatch": "pnpm build",
49 "watch": "tsc --watch",
50 "doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts",
51 "lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx",
52 "lint:fix": "pnpm lint --fix",
53 "test": "jest"
54 }
55}
\No newline at end of file