-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.35 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"dependencies": {
"@ledgerhq/coin-framework": "catalog:",
"@ledgerhq/context-module": "catalog:",
"@ledgerhq/device-management-kit": "catalog:",
"bignumber.js": "catalog:",
"@ledgerhq/device-signer-kit-ethereum": "catalog:",
"@ledgerhq/device-transport-kit-web-ble": "catalog:",
"@ledgerhq/device-transport-kit-web-hid": "catalog:",
"@ledgerhq/device-trusted-app-kit-ledger-keyring-protocol": "catalog:",
"chalk": "catalog:",
"ethers": "catalog:",
"inversify": "catalog:",
"pako": "catalog:",
"purify-ts": "catalog:",
"reflect-metadata": "catalog:",
"rxjs": "catalog:",
"vitest": "catalog:",
"xstate": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@types/pako": "catalog:"
},
"exports": {
".": {
"@ledgerhq/ledger-button-workspace": "./src/index.ts",
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"name": "@ledgerhq/ledger-wallet-provider-core",
"publishConfig": {
"access": "public"
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "https://github.com/LedgerHQ/ledger-button-public.git"
}
}