{
    "name": "emmycode/auth-service",
    "description": "SMS Authentication Microservice — emmanylcode_auth",
    "autoload": {
        "psr-4": {
            "App\\": "app/",
            "Emmycode\\AuthService\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "App\\": "app/",
            "Tests\\": "tests/"
        }
    },
    "authors": [
        {
            "name": "Emmanuel-Freelance",
            "email": "emmanylcode@gmail.com"
        }
    ],
    "require": {
        "firebase/php-jwt": "^6.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^11.0",
        "fakerphp/faker": "^1.23"
    },
    "scripts": {
        "test":        "phpunit --testdox",
        "test:feature": "phpunit --testsuite='Feature Tests' --testdox",
        "test:coverage": "phpunit --testdox --coverage-text",
        "migrate": "php migration.php"
    }
}
