{
    "name": "giftbot/telegram-gift-alert",
    "description": "ربات هوشمند اطلاع‌رسانی گیفت‌های تلگرام با LiveProto",
    "version": "2.0.0",
    "type": "project",
    "keywords": [
        "telegram",
        "bot",
        "gift",
        "alert",
        "notification",
        "liveproto",
        "php",
        "persian",
        "farsi"
    ],
    "homepage": "https://github.com/your-username/gift-alert-bot",
    "license": "MIT",
    "authors": [
        {
            "name": "LiveProto Developer",
            "email": "developer@example.com",
            "homepage": "https://t.me/LiveProto",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=8.1",
        "ext-json": "*",
        "ext-curl": "*",
        "ext-mbstring": "*",
        "ext-zip": "*"
    },
    "require-dev": {},
    "suggest": {
        "ext-redis": "For caching and session storage",
        "ext-sqlite3": "For local database storage",
        "monolog/monolog": "For advanced logging capabilities"
    },
    "autoload": {
        "psr-4": {
            "GiftBot\\": "src/"
        },
        "files": [
            "src/helpers.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "GiftBot\\Tests\\": "tests/"
        }
    },
    "scripts": {
        "start": "php gift_alert_bot.php",
        "setup": "php start.php",
        "test": "phpunit",
        "cs-check": "phpcs",
        "cs-fix": "phpcbf",
        "analyze": "phpstan analyse",
        "backup": "php manage.php backup",
        "status": "php manage.php status",
        "clean": "php manage.php clean"
    },
    "scripts-descriptions": {
        "start": "راه‌اندازی ربات گیفت الرت",
        "setup": "راه‌اندازی اولیه ربات",
        "test": "اجرای تست‌ها",
        "cs-check": "بررسی استاندارد کدنویسی",
        "cs-fix": "اصلاح خودکار استاندارد کدنویسی",
        "analyze": "تحلیل کد با PHPStan",
        "backup": "ایجاد بک‌آپ",
        "status": "نمایش وضعیت ربات",
        "clean": "پاک‌سازی لاگ‌ها"
    },
    "config": {
        "optimize-autoloader": true,
        "sort-packages": true,
        "allow-plugins": {
            "composer/package-versions-deprecated": true
        },
        "platform-check": false,
        "platform": {
            "php": "8.1.0"
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true,
    "support": {
        "issues": "https://github.com/your-username/gift-alert-bot/issues",
        "source": "https://github.com/your-username/gift-alert-bot",
        "docs": "https://github.com/your-username/gift-alert-bot/wiki",
        "telegram": "https://t.me/YourSupportBot"
    },
    "funding": [
        {
            "type": "github",
            "url": "https://github.com/sponsors/your-username"
        },
        {
            "type": "custom",
            "url": "https://example.com/donate"
        }
    ]
}
