{
    "name": "rextheme/best-woocommerce-feed",
    "type": "wordpress-plugin",
    "license": "GPL-3.0-or-later",
    "authors": [
        {
            "name": "RexTheme",
            "email": "support@rextheme.com"
        }
    ],
    "minimum-stability": "dev",
    "require": {
        "johnbillion/extended-cpts": "^3.0",
        "philipnewcomer/wp-ajax-helper": "^1.0",
        "google/apiclient": "^2.2",
        "appsero/client": "^1.1",
        "deliciousbrains/wp-background-processing": "^1.0"
    },
    "autoload": {
        "classmap": ["admin/", "includes/library/GoogleShoppingFeed/"],
        "files": [
            "vendor/johnbillion/extended-cpts/extended-cpts.php",
            "includes/library/cmb2/init.php",
            "includes/library/cmb2-conditionals/cmb2-conditionals.php"
        ]
    },
    "require-dev": {
    },
    "config": {
        "platform-check": false
    }
}
