{
    "name": "physcode/chatboz-ai-chatbot",
    "description": "AI-powered chatbot for WordPress LearnPress integration.",
    "type": "wordpress-plugin",
    "license": "GPL-3.0-or-later",
    "homepage": "https://physcode.com",
    "authors": [
        {
            "name": "Physcode Team",
            "email": "support@physcode.com",
            "homepage": "https://physcode.com"
        }
    ],
    "require": {
        "php": ">=7.4"
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "3.13.2",
        "wp-coding-standards/wpcs": "3.2.0"
    },
    "autoload": {
        "psr-4": {
            "Physcode\\Chatbot\\": "includes/"
        }
    },
    "scripts": {
        "format": "phpcbf --standard=phpcs.xml --report-summary --report-source",
        "lint": "phpcs --standard=phpcs.xml"
    },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    }
}