{
    "name": "nexsol/wordsentinel",
    "description": "WordSentinel - Secure WordPress by configuring security headers and license management.",
    "type": "wordpress-plugin",
    "require": {
        "firebase/php-jwt": "^6.0"
    },
    "autoload": {
        "psr-4": {
            "WordSentinel\\": "includes/"
        }
    },
    "license": "GPL-3.0-or-later",
    "authors": [
        {
            "name": "Nexsol Technologies Team",
            "email": "info@nexsol.tech"
        }
    ]
}