-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 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
{
"name": "enigma",
"version": "0.0.3",
"description": "Data mining and statistical analysis",
"main": "dist/index.js",
"scripts": {
"test": "ava test/**/*.spec.js",
"test:one": "NODE_ENV=test ava $1"
},
"keywords": [
"data",
"mining",
"statistics",
"analysis"
],
"engines": {
"node": ">=8"
},
"bin": {
"enigma": "./cli.js"
},
"author": "cyberwombat",
"license": "ISC",
"dependencies": {
"anova": "^1.0.2",
"axios": "^0.19.0",
"binance": "^1.3.3",
"blockchain.info": "^2.12.1",
"brown-forsythe-test": "^1.0.0",
"bunyan": "^1.8.12",
"byline": "^5.0.0",
"candlestick": "^0.0.3",
"ccxt": "^1.18.1147",
"cli-progress": "^3.1.0",
"config": "^3.2.2",
"csv-parse": "^4.4.5",
"csv-stringify": "^5.3.3",
"gene-lib": "^1.0.2",
"joi": "^14.3.1",
"levene-test": "^1.0.2",
"mann-whitney-utest": "^1.0.5",
"moment": "^2.24.0",
"moment-round": "^1.0.1",
"mongodb": "^3.3.2",
"morphjs": "^0.1.0",
"neataptic": "^1.4.7",
"prettyjson": "^1.2.1",
"promise-streams": "^2.1.1",
"random-ext": "^2.6.1",
"sentiment": "^5.0.2",
"statistical-methods": "^1.0.4",
"talib": "^1.1.2",
"technicalindicators": "^2.0.9",
"tulind": "^0.8.18",
"twitter": "^1.7.1",
"yargs": "^14.0.0"
},
"devDependencies": {
"ava": "^2.3.0",
"clear-module": "^4.0.0",
"eslint-config-standard": "^14.1.0",
"import-fresh": "^3.1.0",
"mongoprime": "^2.0.0",
"nock": "^11.3.4",
"sinon": "^7.4.2",
"uuid": "^3.3.3"
}
}