forked from Haehnchen/crypto-trading-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.39 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
{
"name": "crypto-trading-bot",
"version": "0.0.0",
"author": "Daniel Espendiller",
"bugs": "https://github.com/Haehnchen/crypto-trading-bot/issues",
"contributors": [
{
"email": "[email protected]",
"name": "Daniel Espendiller",
"url": "http://espend.de/"
},
{
"email": "[email protected]",
"name": "Phuc Nguyen Minh",
"url": "https://nguyenminhphuc.com/"
}
],
"keywords": ["cryptocurrency", "crypto", "exchange", "trading", "trading-bot", "trading-strategies", "websocket", "nodejs", "binance", "tradingview", "bot", "javascript"],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Haehnchen/crypto-trading-bot.git"
},
"dependencies": {
"async": "^3.2.6",
"binance-api-node": "^0.12.7",
"ccxt": "^4.4.23",
"defu": "^6.1.4",
"http": "^0.0.1-security",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"nodemailer": "^6.9.15",
"numbro": "^2.5.0",
"request": "^2.88.2",
"sendmail": "^1.6.1",
"tslog": "^4.9.3",
"twig": "^1.17.1",
"ws": "^8.18.0",
"zero-fill": "^2.2.4"
},
"devDependencies": {
"@types/bun": "^1.1.12",
"@types/lodash": "^4.17.12",
"esbuild": "^0.24.0",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"@types/node": "^22.7.9"
}
}