{
    "name": "swag/hide-prices-until-login",
    "description": "Hide prices until customer login",
    "version": "1.0.0",
    "type": "shopware-platform-plugin",
    "license": "MIT",
    "authors": [
        {
            "name": "Shopware Developer"
        }
    ],
    "require": {
        "shopware/core": "~6.6.0 || ~6.7.0"
    },
    "autoload": {
        "psr-4": {
            "HidePricesUntilLogin\\": "src/"
        }
    },
    "extra": {
        "shopware-plugin-class": "HidePricesUntilLogin\\HidePricesUntilLogin",
        "label": {
            "de-DE": "Preise erst nach Login anzeigen",
            "en-GB": "Hide Prices Until Login"
        }
    }
} 