-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 956 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
{
"name": "otc-playground",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:chiefsmurph/otc-playground",
"author": "chiefsmurph <[email protected]>",
"license": "MIT",
"scripts": {
"start": "pm2 start index.js --name otc-playground --node-args='--max-old-space-size=8000 --trace-warnings'",
"analyze-watchlists": "node run analyze-watchlists",
"scan": "node run scan",
"daily": "node run daily",
"watch-list-perf": "node run watch-list-perf"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"console.table": "^0.10.0",
"cron": "^1.7.1",
"gmail-send": "^1.2.14",
"js-combinatorics": "^0.5.4",
"mz": "^2.7.0",
"pm2": "^3.5.0",
"promise-map-limit": "^1.0.0",
"proxy-chain": "^0.2.7",
"puppeteer": "^1.12.2",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"technicalindicators": "^2.0.8",
"underscore": "^1.9.1",
"ws": "^7.0.0"
}
}