-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 802 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 802 Bytes
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
{
"dependencies": {
"@solana/web3.js": "^1.93.0",
"@ton/ton": "^13.9.0",
"@tonconnect/sdk": "^3.0.0-beta.3",
"@tonlink/api": "^0.0.4",
"b58": "^4.0.3",
"base58": "^2.0.1",
"bip32": "^4.0.0",
"bitcoinjs-lib": "^6.1.6",
"bitcoinjs-message": "^2.2.0",
"buffer-to-uint8array": "^1.1.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"ecpair": "^2.1.0",
"ethereumjs-wallet": "^1.0.2",
"express": "^4.18.2",
"js-md5": "^0.8.3",
"mongodb": "^6.3.0",
"mysql": "^2.18.1",
"node-telegram-bot-api": "^0.64.0",
"qrcode": "^1.5.3",
"redis": "^4.6.12",
"request": "^2.88.2",
"tiny-secp256k1": "^2.2.3",
"tonweb": "^0.0.62",
"tweetnacl": "^1.0.3",
"uuid": "^9.0.1",
"web3": "^4.11.1"
}
}