-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 843 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
36
37
38
{
"name": "bi-trader-bot",
"version": "0.0.1",
"description": "Telegram bot for trading on BitMEX exchange",
"main": "index.js",
"scripts": {
"start": "node src/server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iobodianskyi/bi-trader-bot.git"
},
"keywords": [
"telegram",
"bot",
"trading",
"bitmex"
],
"author": "Ivan Obodianskyi",
"license": "MIT",
"bugs": {
"url": "https://github.com/iobodianskyi/bi-trader-bot/issues"
},
"homepage": "https://github.com/iobodianskyi/bi-trader-bot#readme",
"dependencies": {
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.17.1",
"firebase-admin": "^9.1.1",
"moment": "^2.27.0",
"node-fetch": "^2.6.0",
"node-schedule": "^1.3.2",
"qs": "^6.9.1",
"request": "^2.88.2",
"socket.io-client": "^2.3.0",
"telegraf": "^3.36.0"
}
}