{
  "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"
  }
}
