{
  "name": "hablas-tools",
  "version": "22.0.0",
  "description": "Yusratak — Username Intelligence Suite — TikTok engine v3 (undici, paced scanning, banned-name detection, smart proxy pool) + WhatsApp multi-lane checker",
  "keywords": [
    "hablas",
    "hablas-tools",
    "yusratak",
    "whatsapp",
    "username",
    "checker",
    "generator",
    "available",
    "multi-lane",
    "batch",
    "parallel"
  ],
  "license": "MIT",
  "author": "Monopoly63",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Monopoly63/hablas_tools.git"
  },
  "bin": {
    "hablas-tools": "./bin/cli.js",
    "ht": "./bin/cli.js"
  },
  "main": "./bin/cli.js",
  "files": [
    "bin",
    "tools",
    "shared",
    "README.md"
  ],
  "scripts": {
    "start": "node bin/cli.js",
    "hablas": "node bin/cli.js",
    "test": "node test/tiktok-engine.test.js && node test/planner-charset.test.js"
  },
  "dependencies": {
    "@whiskeysockets/baileys": "^7.0.0-rc13",
    "axios": "^1.7.0",
    "chalk": "^4.1.2",
    "https-proxy-agent": "^7.0.0",
    "pino": "^9.0.0",
    "qrcode": "^1.5.4",
    "qrcode-terminal": "^0.12.0",
    "socks-proxy-agent": "^8.0.0",
    "undici": "^7.29.0"
  },
  "optionalDependencies": {
    "impers": "^0.0.9"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}