{
  "name": "turkiyem",
  "version": "1.11.0",
  "description": "Türkiye Toplu Taşıma ve Deprem CLI aracı - AFAD deprem verileri, EGO hat saatleri ve IETT SOAP/GTFS bilgileri",
  "type": "module",
  "main": "./src/index.js",
  "bin": {
    "turkiyem": "src/index.js"
  },
  "scripts": {
    "start": "node src/index.js",
    "test": "echo \"No tests yet\""
  },
  "keywords": [
    "turkiye",
    "deprem",
    "afad",
    "iett",
    "ego",
    "toplu-tasima",
    "cli",
    "earthquake",
    "transit",
    "soap",
    "weather",
    "open-meteo",
    "air-quality"
  ],
  "author": "",
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "adm-zip": "^0.5.16",
    "asciichart": "^1.5.25",
    "axios": "^1.7.9",
    "boxen": "^8.0.1",
    "chalk": "^5.4.1",
    "cheerio": "^1.2.0",
    "cli-table3": "^0.6.5",
    "commander": "^13.1.0",
    "csv-parse": "^5.6.0",
    "dotenv": "^16.4.7",
    "gradient-string": "^3.0.0",
    "node-cache": "^5.1.2",
    "ora": "^8.2.0",
    "prompts": "^2.4.2"
  },
  "files": [
    "src/**/*",
    "README.md"
  ]
}
