-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.15 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.15 KB
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
{
"name": "finview",
"version": "1.0.5",
"main": "src/index.js",
"bin": {
"finview": "./src/index.js"
},
"scripts": {
"start": "node src/index.js"
},
"homepage": "https://github.com/JustSouichi/finview#readme",
"keywords": [
"financial-data",
"stock-prices",
"market-trends",
"cli-tool",
"data-visualization",
"yahoo-finance",
"asciichart",
"web-scraping",
"stocks",
"financial-analysis",
"interactive-dashboard",
"real-time-data",
"portfolio-management",
"finance-cli",
"investment",
"financial-news",
"technical-indicators",
"financial-ratios"
],
"author": "Tommaso Bertocchi - JustSouichi",
"license": "MIT",
"description": "A command-line tool for monitoring financial data and market trends in real-time directly from your terminal.",
"dependencies": {
"asciichart": "^1.5.25",
"axios": "^1.7.9",
"blessed": "^0.1.81",
"blessed-contrib": "^4.11.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0",
"commander": "^13.1.0",
"inquirer": "^12.4.1",
"puppeteer": "^24.1.1",
"yahoo-finance": "^0.3.8",
"yahoo-finance2": "^2.13.3"
}
}