-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.11 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
{
"name": "node-crypto-technical-indicators-notifier",
"version": "1.0.0",
"description": "Node Crypto Technical Indicators Notifier",
"main": "main.js",
"scripts": {
"start": "node app/main.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poptartboy0/CryppledBot.git"
},
"keywords": [
"crypto",
"bot",
"coinbase-pro",
"btc"
],
"author": "Pedro Piloto",
"license": "ISC",
"dependencies": {
"@bugsnag/js": "^7.5.1",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"bollinger-bands": "^3.0.1",
"bottleneck": "^2.19.5",
"dotenv": "^8.2.0",
"finmath": "^2.0.1",
"logzio-nodejs": "^2.0.2",
"moment": "^2.29.1",
"pino": "^6.7.0",
"pino-pretty": "^4.3.0",
"reconnecting-websocket": "^4.4.0",
"technicalindicators": "^3.1.0",
"trading-signals": "^1.6.0",
"websocket": "^1.0.33",
"ws": "^7.4.3"
},
"devDependencies": {
"bdd-lazy-var": "^2.6.0",
"eslint": "^7.13.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"jest": "^26.6.3"
}
}