{
    "name": "terraflow/dark-theme-plugin",
    "description": "Dark Theme Plugin für TerraFlow CMS",
    "type": "terraflow-plugin",
    "license": "MIT",
    "authors": [
        {
            "name": "André Fischer",
            "email": "info@terraflow-cms.de"
        }
    ],
    "require": {
        "php": ">=8.0"
    },
    "autoload": {
        "psr-4": {
            "Plugin\\DarkThemePlugin\\": "src/"
        }
    }
} 