{
    "name": "shopz/wcgql",
    "type": "wordpress-plugin",
    "autoload": {
        "psr-4": {
            "WCGQL\\Helpers\\": "includes/Helpers/",
            "WCGQL\\Translators\\": "includes/Translators/",
            "WCGQL\\Mobile\\": "includes/Mobile/",
            "WCGQL\\Models\\": "includes/Models/"
        }
    },
    "require": {
        "webonyx/graphql-php": "^14.1",
        "ralouphie/getallheaders": "^2.0",
        "automattic/woocommerce": "^1.3",
        "firebase/php-jwt": "^5.0",
        "twilio/sdk": "^6.12",
        "mobily-ws/api": "^1.0"
    }
}
