1 | {
|
2 | "name": "@ledgerhq/hw-app-eth",
|
3 | "version": "6.39.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.5.0",
|
30 | "@ethersproject/rlp": "^5.5.0",
|
31 | "axios": "1.7.7",
|
32 | "bignumber.js": "^9.1.2",
|
33 | "semver": "^7.3.5",
|
34 | "@ledgerhq/cryptoassets-evm-signatures": "^13.5.0",
|
35 | "@ledgerhq/domain-service": "^1.2.6",
|
36 | "@ledgerhq/errors": "^6.19.1",
|
37 | "@ledgerhq/evm-tools": "^1.2.3",
|
38 | "@ledgerhq/hw-transport": "^6.31.4",
|
39 | "@ledgerhq/hw-transport-mocker": "^6.29.4",
|
40 | "@ledgerhq/logs": "^6.12.0",
|
41 | "@ledgerhq/types-live": "^6.52.0"
|
42 | },
|
43 | "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
|
44 | "devDependencies": {
|
45 | "@types/jest": "^29.5.10",
|
46 | "@types/node": "^20.8.10",
|
47 | "documentation": "14.0.2",
|
48 | "ethers": "5.7.2",
|
49 | "jest": "^29.7.0",
|
50 | "nock": "^13.0.5",
|
51 | "rimraf": "^4.4.1",
|
52 | "source-map-support": "^0.5.21",
|
53 | "ts-jest": "^29.1.1",
|
54 | "ts-node": "^10.4.0"
|
55 | },
|
56 | "scripts": {
|
57 | "clean": "rimraf lib lib-es",
|
58 | "build": "tsc && tsc -m ES6 --outDir lib-es",
|
59 | "prewatch": "pnpm build",
|
60 | "watch": "tsc --watch",
|
61 | "doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts",
|
62 | "lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx --cache",
|
63 | "lint:fix": "pnpm lint --fix",
|
64 | "test": "jest",
|
65 | "unimported": "unimported"
|
66 | }
|
67 | } |
\ | No newline at end of file |