{
  "name": "stock-data-scraper",
  "version": "1.0.8",
  "description": "An API to scrape stock data like financial metrics, upcoming earnings details, company information, and price performance.",
  "main": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Vladimir-G4/stock-scraper.git"
  },
  "keywords": [
    "stock data scraper",
    "stock scraper",
    "stock data",
    "stock API",
    "stocks"
  ],
  "author": "Vladimir Gutierrez",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.7.2",
    "cheerio": "^1.0.0-rc.12"
  },
  "devDependencies": {
    "@types/cheerio": "^0.22.35",
    "@types/node": "^20.12.13",
    "typescript": "^4.9.5"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "bugs": {
    "url": "https://github.com/Vladimir-G4/stock-scraper/issues"
  },
  "homepage": "https://github.com/Vladimir-G4/stock-scraper#readme"
}
