-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
40 lines (40 loc) · 941 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
40
{
"name": "td-alert-trading-bot",
"version": "0.0.4",
"description": "An efficient cryptocurrency trading bot using Node.js",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"binance",
"cryptocurrency",
"trading",
"bot"
],
"author": "Herve Fulchiron <[email protected]>",
"license": "ISC",
"bin": {
"nbt": "./index.js"
},
"dependencies": {
"binance-api-node": "^0.8.1",
"chalk": "^2.3.0",
"clear": "0.0.1",
"colors": "^1.3.0",
"configstore": "^3.1.2",
"express": "^4.16.3",
"fancy-log": "^1.3.2",
"figlet": "^1.2.0",
"inquirer": "^5.2.0",
"lodash": "^4.17.10",
"log-symbols": "^2.2.0",
"mail-listener2-updated": "^0.3.3",
"moment": "^2.22.1",
"node-fetch": "^2.1.2",
"numeral": "^2.0.6",
"ora": "^2.1.0",
"promise-retry": "^1.1.1"
}
}