forked from mospretmen/cryptoTradingBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 966 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
39
{
"name": "tradingbot",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bot": "node bot.js",
"bot2": "node bot2.js",
"index": "node index.js"
},
"author": "Gabriel Motta",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"coinmarketcap-api": "^3.0.0",
"colors": "^1.3.2",
"dotenv": "^6.2.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"jquery": "^3.3.1",
"lodash": "^4.17.11",
"mathjs": "^5.3.1",
"method-override": "^3.0.0",
"moment": "^2.22.2",
"mongodb": "^3.1.10",
"mongoose": "^5.3.7",
"node-binance-api": "^0.8.7",
"node-cobinhood-api": "^0.2.3",
"node-env-file": "^0.1.8",
"nodemon": "^1.18.8",
"numeral": "^2.0.6",
"passport": "^0.4.0",
"technicalindicators": "^2.0.7",
"uninstall": "0.0.0",
"validator": "^10.8.0",
"websocket": "^1.0.28"
}
}