-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 1.3 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
{
"name": "price-predictor-eu",
"version": "6.0.1",
"description": "",
"dependencies": {
"@oanda/v20": "^3.0.25-0",
"@tensorflow/tfjs-node": "^2.0.1",
"axios-debug-log": "^0.8.4",
"beeper": "^3.0.0",
"binance-api-node": "^0.11.36",
"cjs-module": "^1.5.0",
"concurrently": "^5.2.0",
"deepai": "^1.0.17",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"ig-markets": "^1.0.0",
"ig-node-api": "^1.1.1",
"ig-trading-api": "^0.13.3",
"kucoin-node-api": "^2.1.4",
"mplayer": "^2.1.0",
"node-binance-api": "^0.13.1",
"node-binance-api-testnet": "^0.12.5",
"node-ig-api": "^2.0.4",
"node-oanda": "^1.1.21",
"nodemailer": "^6.7.5",
"nodemailer-smtp-transport": "^2.7.4",
"play-sound": "^1.1.5",
"socket.io": "^4.5.1",
"sound-play": "^1.1.0",
"technicalindicators": "^3.1.0"
},
"scripts": {
"start": "clear && node versione6WsTesting.js"
},
"author": "",
"license": "MIT",
"devDependencies": {
"eslint": "^8.19.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0"
}
}