{
    "name": "zmonsters/eeat-seo",
    "description": "Boost WordPress SEO with a smart Author Bio Box and automated internal linking.",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "ZMonstrs",
            "homepage": "https://zmonstrs.com"
        }
    ],
    "require": {
        "php": ">=7.0"
    },
    "autoload": {
        "psr-4": {
            "ZMonsters\\EeatSeo\\": "includes/"
        }
    },
    "config": {
        "optimize-autoloader": true
    }
}