{
    "name": "nox7/nox",
    "description": "A straightforward and dependency-light web framework with minimal syntax learning curves.",
    "type": "library",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "Nox7",
            "email": "nox7@animetavern.com"
        }
    ],
    "require": {
        "php": ">=8.0",
        "ext-mysqli": "*"
    },
    "autoload": {
        "psr-4": {
            "Nox\\": "src/"
        }
    }
}
