UNPKG

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