forked from deezy-inc/sat-hunter
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 701 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 701 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
{
"name": "sat-hunter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node -r dotenv/config index.js",
"setup-telegram": "node -r dotenv/config setup-telegram-bot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@binance/connector": "^3.0.0",
"axios": "^1.5.1",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"bitcoin-address-validation": "^2.2.3",
"bitcoinjs-lib": "^6.1.5",
"bybit-api": "^3.7.3",
"dotenv": "^16.3.1",
"node-telegram-bot-api": "^0.63.0",
"tiny-secp256k1": "^2.2.3",
"totp-generator": "^0.0.14"
}
}