forked from Haehnchen/crypto-trading-bot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
85 lines (85 loc) · 1.99 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
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "crypto-trading-bot",
"version": "0.0.0",
"author": "Daniel Espendiller",
"bugs": "https://github.com/Haehnchen/crypto-trading-bot/issues",
"contributors": [
{
"email": "daniel@espendiller.net",
"name": "Daniel Espendiller",
"url": "http://espend.de/"
},
{
"email": "phuc@nguyenminhphuc.com",
"name": "Phuc Nguyen Minh",
"url": "https://nguyenminhphuc.com/"
}
],
"dependencies": {
"async": "^2.6.2",
"basic-auth": "^2.0.1",
"better-queue": "^3.8.10",
"binance-api-node": "^0.9.1",
"bitfinex-api-node": "^2.0.5",
"bitmex-realtime-api": "^0.4.0",
"coinbase-pro": "^0.9.0",
"colors": "^1.3.2",
"commander": "^2.20.0",
"cookie-parser": "^1.4.4",
"express": "^4.16.4",
"http": "0.0.0",
"lodash": "^4.17.11",
"mocha": "^6.1.4",
"moment": "^2.22.2",
"nodemailer": "^6.1.1",
"numbro": "^2.1.1",
"p-queue": "^5.0.0",
"patch-package": "^6.1.2",
"percent": "^2.0.0",
"queue": "^6.0.1",
"queue-promise": "^1.3.0",
"request": "^2.88.0",
"sendmail": "^1.4.1",
"sqlite3": "^4.0.3",
"sqlite3-transactions": "0.0.5",
"talib": "^1.0.5",
"technicalindicators": "^2.0.9",
"telegraf": "^3.29.0",
"tulind": "^0.8.15",
"twig": "^1.13.3",
"winston": "^3.2.1",
"ws": "^7.0.0",
"zero-fill": "^2.2.3"
},
"engines": {
"node": "^8.3.0 || ^10"
},
"homepage": "https://github.com/coinbase/coinbase-pro-node",
"keywords": [
"cryptocurrency",
"crypto",
"exchange",
"trading",
"trading-bot",
"trading-strategies",
"websocket",
"nodejs",
"bitfinex",
"bitmex",
"binance",
"tradingview",
"bot",
"javascript"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Haehnchen/crypto-trading-bot.git"
},
"scripts": {
"start": "node index.js trade",
"postinstall": "patch-package",
"test": "mocha 'test/**/*.test.js'"
}
}