-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 947 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
{
"name": "prediction",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/franalt/prediction.git"
},
"author": "Franco Altuna",
"license": "ISC",
"bugs": {
"url": "https://github.com/franalt/prediction/issues"
},
"homepage": "https://github.com/franalt/prediction#readme",
"dependencies": {
"@tensorflow/tfjs-node": "^4.8.0",
"axios": "^1.4.0",
"brain.js": "^2.0.0-beta.23",
"cli-progress": "^3.12.0",
"cluster": "^0.7.7",
"express": "^4.18.2",
"multer": "^1.4.5-lts.1",
"node-binance-api": "^0.13.1",
"progress": "^2.0.3",
"stock-technical-indicators": "^2.0.1",
"technicalindicators": "^3.1.0",
"uuid": "^9.0.0"
}
}