{
  "name": "@podx/cli",
  "version": "2.0.2",
  "description": "💻 Command-line interface for PODx - Advanced Twitter/X scraping and crypto analysis toolkit",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "build": "rm -rf dist && bun build src/index.ts --outdir dist --target node --format cjs --sourcemap --external dotenv --external fs --external path --external os --external crypto --external util --external events --external stream --external http --external https --external url --external querystring --external child_process --external tty",
    "type-check": "tsc --noEmit"
  },
  "keywords": ["podx", "cli", "twitter", "x", "scraper", "commander", "bot-detection", "crypto", "analysis", "terminal", "command-line"],
  "author": "Dexploarer <dexploarer@proton.me>",
  "license": "ISC",
  "dependencies": {
    "@podx/core": "^2.0.2",
    "@podx/scraper": "^2.0.2",
    "commander": "14.0.0",
    "inquirer": "12.9.4",
    "@inquirer/prompts": "^7.0.0",
    "chalk": "^5.3.0",
    "ora": "^8.1.1",
    "table": "^6.8.2"
  },
  "devDependencies": {
    "@types/node": "24.3.1",
    "@types/inquirer": "^9.0.7",
    "typescript": "^5.7.2"
  },
  "engines": {
    "bun": ">=1.0.0"
  }
}
