{
  "name": "nse-bhavcopy-utils",
  "version": "1.0.9",
  "description": "This packages provides tools to fetch bhavcopy data from NSE India and converts it from CSV to JSON. Useful for financial data analysis, automation, and stock market tools.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Niteen Autade",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/niteenautade/nse-bhavcopy-utils.git"
  },
  "keywords": [
    "nse",
    "bhavcopy",
    "stock price data"
  ],
  "dependencies": {
    "csv-parser": "^3.2.0"
  }
}
