{
  "name": "swag/theme-skeleton",
  "description": "Theme skeleton plugin",
  "type": "shopware-platform-plugin",
  "license": "MIT",
  "autoload": {
    "psr-4": {
      "EvensotecTheme\\": "src/"
    }
  },
  "extra": {
    "shopware-plugin-class": "EvensotecTheme\\EvensotecTheme",
    "label": {
      "de-DE": "Theme EvensotecTheme plugin",
      "en-GB": "Theme EvensotecTheme plugin"
    }
  }
}