{
    "name": "smallplugins/exclude-link-suggestions",
    "description": "Removes attachment results from link suggestions in the Gutenberg block editor for a cleaner linking experience.",
    "autoload": {
        "psr-4": {
            "Smallplugins\\ExcludeLinkSuggestions\\": "src/"
        }
    },
    "authors": [
        {
            "name": "SmallPlugins"
        }
    ],
    "require": {
        "freemius/wordpress-sdk": "^2.12"
    }
}
