-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathpackage.json
72 lines (72 loc) · 1.55 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
{
"name": "gbot-trader",
"version": "1.7.22",
"author": {
"name": "George",
"email": "gbot-trader@mail.ru"
},
"description": "GBot - an automated trading system with a control via Telegram for working at crypto-exchanges poloniex, bittrex, exmo, bitfinex, liqui",
"main": "./build/server.js",
"scripts": {
"start": "node ./build/server"
},
"contributors": [
{
"name": "George",
"email": "gbot-trader@mail.ru"
}
],
"keywords": [
"poloniex",
"bittrex",
"bitfinex",
"binance",
"bitcoin",
"btc",
"eth",
"ltc",
"trade",
"coin"
],
"license": "Shareware",
"engines": {
"node": ">=16.0.0 <22.0.0",
"npm": ">=8.0.0"
},
"bin": {
"gbot-trader": "build/server.js"
},
"pkg": {
"scripts": "build/**/*.js",
"assets": "locales/*",
"targets": [
"node20-macos-x64",
"node20-win-x64"
]
},
"private": true,
"dependencies": {
"@you21979/bittrex.com": "0.0.4",
"async": "^3.2.4",
"big.js": "^6.2.1",
"ccxt": "^4.3.22",
"colors": "^1.4.0",
"crypto-js": "^4.1.1",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"hashids": "1.2.2",
"i18n": "^0.15.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-range": "^4.0.2",
"moment-round": "^1.0.1",
"moment-timezone": "^0.5.42",
"ms": "^2.1.3",
"node-telegram-bot-api": "0.28.0",
"request": "^2.88.2",
"socks5-https-client": "^1.2.1",
"ta-lib": "^0.11.0",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1"
}
}