{
    "name": "themewinter/email-notification-sdk",
    "description": "Reusable WordPress plugin's email notification flow handler package with REST API",
    "type": "library",
    "autoload": {
        "psr-4": {
            "Ens\\": "src/"
        },
        "files": [
            "src/Utils/global-helpers.php"
        ]
    },
    "require-dev": {
        "phpunit/phpunit": "^10"
    },
    "minimum-stability": "stable",
    "require": {}
}