{
    "name": "a-monster/guard-wordpress-agent",
    "description": "Communication agent for A-Monster Guard Control Center",
    "type": "wordpress-plugin",
    "require": {
        "php": ">=8.2"
    },
    "autoload": {
        "psr-4": {
            "AMonsterGuard\\Agent\\": "src/"
        }
    }
}

