-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
130 lines (130 loc) · 3.87 KB
/
package.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "@stakekit/signers",
"version": "0.0.89",
"scripts": {
"clean": "rm -rf lib",
"lint": "eslint \"src/**/*.ts\"",
"build": "tsc -b .",
"test": "jest --config=jest.config.json --runInBand --detectOpenHandles",
"prepublishOnly": "pnpm build && npm pack"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "[email protected]:stakekit/signers.git"
},
"author": "Multiple authors",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"@anchor-protocol/anchor.js": "^5.0.2",
"@avalabs/avalanchejs": "4.0.5",
"@binance-chain/javascript-sdk": "^4.2.0",
"@cosmjs/amino": "^0.32.2",
"@cosmjs/cosmwasm-stargate": "^0.32.2",
"@cosmjs/crypto": "^0.32.2",
"@cosmjs/encoding": "^0.32.2",
"@cosmjs/proto-signing": "^0.32.2",
"@cosmjs/stargate": "^0.32.2",
"@ensdomains/address-encoder": "^0.2.10",
"@ethereumjs/common": "^2.6.0",
"@ethereumjs/tx": "3.4.0",
"@graphprotocol/contracts": "^1.8.0",
"@harmony-js/staking": "^0.1.56",
"@ledgerhq/hw-app-cosmos": "^6.29.4",
"@ledgerhq/hw-app-eth": "^6.35.6",
"@ledgerhq/hw-app-near": "^6.28.5",
"@ledgerhq/hw-app-solana": "^7.1.4",
"@ledgerhq/hw-transport": "^6.30.4",
"@ledgerhq/hw-transport-node-hid": "^6.28.4",
"@ledgerhq/types-live": "^6.45.0",
"@meshsdk/core": "^1.7.8",
"@meshsdk/core-cst": "^1.7.11",
"@metamask/eth-sig-util": "^4.0.1",
"@polkadot/api": "^10.10.1",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^10.11.2",
"@polkadot/util-crypto": "^12.6.2",
"@solana/buffer-layout": "^4.0.0",
"@solana/spl-token": "^0.3.4",
"@solana/web3.js": "1.52.0",
"@stakekit/common": "^0.0.44",
"@substrate/txwrapper-polkadot": "^7.1.1",
"@sushiswap/default-token-list": "^41.4.0",
"@taquito/ledger-signer": "^17.0.0",
"@taquito/signer": "^17.0.0",
"@taquito/taquito": "^17.0.0",
"@taquito/tzip12": "^17.0.0",
"@taquito/tzip16": "^17.0.0",
"@taquito/utils": "^17.0.0",
"@ton/core": "^0.57.0",
"@ton/crypto": "^3.3.0",
"@ton/ton": "^15.1.0",
"axios": "0.27.2",
"bignumber.js": "^9.0.1",
"bip32": "^2.0.6",
"bip39": "^3.0.3",
"borsh": "^0.7.0",
"bs58": "^5.0.0",
"buffer": "^6.0.3",
"buffer-layout": "^1.2.2",
"cosmjs-types": "^0.9.0",
"create-hmac": "^1.1.7",
"ed25519-hd-key": "^1.3.0",
"ethereum-multicall": "^2.14.0",
"ethereumjs-util": "7.1.4",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^5.7.0",
"hdkey": "2.0.1",
"isomorphic-dompurify": "^0.15.0",
"js-sha256": "^0.10.1",
"lodash.startcase": "^4.4.0",
"memoizee": "^0.4.15",
"near-api-js": "^1.1.0",
"near-seed-phrase": "^0.2.0",
"patch-package": "^8.0.0",
"tronweb": "6.0.0-beta.3",
"ts-is-present": "^1.2.1",
"tweetnacl": "^1.0.3",
"web3": "^1.7.3"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/config-lerna-scopes": "^17.4.2",
"@types/create-hash": "^1.2.2",
"@types/eslint": "^8",
"@types/hdkey": "^2.0.1",
"@types/jest": "^29.5.2",
"@types/memoizee": "^0.4.8",
"@types/node": "^20.5.9",
"@types/prettier": "^2",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.0",
"jest": "^29.5.0",
"jest-cli": "^29.5.0",
"jest-environment-node": "^29.5.0",
"jest-runner": "^29.5.0",
"prettier": "^2.8.7",
"ts-jest": "^29.1.0",
"typescript": "^4.6.2"
},
"bundledDependencies": [
"ed25519-hd-key"
],
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
},
"overrides": {
"usb": "2.9.0"
}
}
}