UNPKG

2.23 kBJSONView Raw
1{
2 "name": "@ledgerhq/hw-app-eth",
3 "version": "6.42.0",
4 "description": "Ledger Hardware Wallet Ethereum Application API",
5 "keywords": [
6 "Ledger",
7 "LedgerWallet",
8 "eth",
9 "NanoS",
10 "Blue",
11 "Hardware Wallet"
12 ],
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/LedgerHQ/ledger-live.git"
16 },
17 "bugs": {
18 "url": "https://github.com/LedgerHQ/ledger-live/issues"
19 },
20 "homepage": "https://github.com/LedgerHQ/ledger-live/tree/develop/libs/ledgerjs/packages/hw-app-eth",
21 "publishConfig": {
22 "access": "public"
23 },
24 "main": "lib/Eth.js",
25 "module": "lib-es/Eth.js",
26 "types": "lib/Eth.d.ts",
27 "license": "Apache-2.0",
28 "dependencies": {
29 "@ethersproject/abi": "^5.7.0",
30 "@ethersproject/rlp": "^5.7.0",
31 "@ethersproject/transactions": "^5.7.0",
32 "axios": "1.7.7",
33 "bignumber.js": "^9.1.2",
34 "semver": "^7.3.5",
35 "@ledgerhq/cryptoassets-evm-signatures": "^13.5.2",
36 "@ledgerhq/domain-service": "^1.2.13",
37 "@ledgerhq/errors": "^6.19.1",
38 "@ledgerhq/evm-tools": "^1.3.0",
39 "@ledgerhq/hw-transport": "^6.31.4",
40 "@ledgerhq/hw-transport-mocker": "^6.29.4",
41 "@ledgerhq/logs": "^6.12.0",
42 "@ledgerhq/types-live": "^6.54.0"
43 },
44 "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
45 "devDependencies": {
46 "@ethersproject/bignumber": "^5.7.0",
47 "@ethersproject/constants": "^5.7.0",
48 "@ethersproject/units": "^5.7.0",
49 "@types/jest": "^29.5.10",
50 "@types/node": "^20.8.10",
51 "documentation": "14.0.2",
52 "jest": "^29.7.0",
53 "nock": "^13.0.5",
54 "rimraf": "^4.4.1",
55 "source-map-support": "^0.5.21",
56 "ts-jest": "^29.1.1",
57 "ts-node": "^10.4.0"
58 },
59 "overrides": {
60 "@ethersproject/providers": {
61 "ws": "7.5.10"
62 }
63 },
64 "scripts": {
65 "clean": "rimraf lib lib-es",
66 "build": "tsc && tsc -m ES6 --outDir lib-es",
67 "prewatch": "pnpm build",
68 "watch": "tsc --watch",
69 "watch:es": "tsc --watch -m ES6 --outDir lib-es",
70 "doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts",
71 "lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx --cache",
72 "lint:fix": "pnpm lint --fix",
73 "test": "jest",
74 "unimported": "unimported"
75 }
76}
\No newline at end of file