{
    "name": "hidayatmahetar/wp-auth-api",
    "description": "Secure your Headless WordPress with JWT Authentication. Includes Registration, SSO, RBAC, Password Reset, and Brute Force Protection.",
    "type": "wordpress-plugin",
    "author": "Hidayat Mahetar<hey@hidayatmahetar.com>",
    "license": "GPL v2 or later",
    "autoload": {
        "psr-4": {
            "headlesskey\\": "includes/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "headlesskey\\Tests\\": "tests"
        }
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "^4.0",
        "phpunit/phpunit": "^11.5",
        "composer/installers": "^2.2",
        "bamarni/composer-bin-plugin": "^1.8"
    },
    "config": {
        "allow-plugins": {
            "bamarni/composer-bin-plugin": true,
            "composer/installers": true,
            "automattic/jetpack-autoloader": true
        }
    },
    "require": {
        "php": "^8.0",
        "automattic/jetpack-autoloader": "^5.0.14",
        "automattic/jetpack-assets": "4.3.20",
        "automattic/jetpack-plugins-installer": "^0.5",
        "firebase/php-jwt": "~7.0.2"
    }
}