{
  "name": "borsa-api",
  "version": "1.2.0",
  "description": "Turkish Stock Market (BIST) API wrapper with CLI support - Delayed data for educational use only - Türk borsası için API ve CLI aracı - Sadece eğitim amaçlı gecikmeli veri",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "borsa": "./bin/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "node bin/cli.js",
    "start": "node bin/cli.js"
  },
  "files": [
    "dist",
    "bin",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "borsa",
    "bist",
    "stock",
    "market",
    "turkey",
    "turkish",
    "finance",
    "trading",
    "hisse",
    "endeks",
    "cli",
    "api",
    "delayed-data",
    "educational",
    "yahoo-finance",
    "historical-data",
    "stock-details",
    "typescript",
    "market-data",
    "financial-data"
  ],
  "author": "ibidi",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ibidi/borsa-api.git"
  },
  "bugs": {
    "url": "https://github.com/ibidi/borsa-api/issues"
  },
  "homepage": "https://github.com/ibidi/borsa-api#readme",
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "@financial/data-provider": "npm:yahoo-finance2@^3.10.2",
    "axios": "^1.6.2",
    "chalk": "^4.1.2",
    "cli-table3": "^0.6.3",
    "commander": "^11.1.0",
    "ora": "^5.4.1",
    "yahoo-finance2": "^3.10.2"
  },
  "devDependencies": {
    "@types/node": "^24.10.1",
    "javascript-obfuscator": "^4.1.1",
    "typescript": "^5.9.3"
  }
}
