{
    "name": "ipchat/inqyra-wordpress",
    "description": "AI-powered chatbot with RAG for WordPress",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Ipportunities B.V.",
            "email": "info@ippo.nl",
            "homepage": "https://ippo.nl"
        }
    ],
    "require": {
        "php": ">=8.1",
        "freemius/wordpress-sdk": "^2.13",
        "phpoffice/phpword": "^1.0",
        "smalot/pdfparser": "^2.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^10.0",
        "squizlabs/php_codesniffer": "^3.0",
        "wp-coding-standards/wpcs": "^3.0"
    },
    "autoload": {
        "psr-4": {
            "Inqyra\\": "src/"
        }
    },
    "config": {
        "optimize-autoloader": true,
        "sort-packages": true,
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "codewithkyrian/onnxruntime-downloader-plugin": true
        }
    },
    "scripts": {
        "phpcs": "phpcs",
        "phpcbf": "phpcbf",
        "test": "phpunit"
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}
