-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1000 Bytes
/
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
{
"dependencies": {
"@binance-chain/javascript-sdk": "^4.2.2",
"@etclabscore/ethereumjs-wallet": "^1.0.4",
"@ethereumjs/wallet": "^2.0.3",
"@noble/secp256k1": "^2.1.0",
"@scure/bip39": "^1.3.0",
"@starcoin/stc-hdkey": "^0.3.0",
"@wavect/tronweb": "^6.0.0-beta.1",
"binance-api-node": "^0.12.7",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"bip39-english": "^2.5.0",
"bitcoinjs-lib": "^6.1.6",
"browser-hdkey": "^0.1.8",
"bs58": "^6.0.0",
"bs58check": "^4.0.0",
"electron": "^31.2.1",
"electron-icon-builder": "^2.0.1",
"ethereum-hdwallet": "^0.1.2",
"ethereumjs-wallet": "^0.6.5",
"ethers": "^5.7.2",
"fetch": "^1.1.0",
"js-sha3": "^0.9.3",
"node-fetch": "^2.7.0",
"node-telegram-bot-api": "^0.66.0",
"react-native-bip32-utils": "^0.9.3",
"redline": "^1.0.1",
"secp256k1": "^5.0.0",
"tiny-secp256k1": "^2.2.3",
"tronapinew": "^1.0.1",
"tronweb": "^4.0.0",
"web3": "^4.11.0"
}
}