{
  "name": "lucian-dev/storelyt-widget-for-woocommerce",
  "description": "Store insights for WooCommerce displayed directly in your dashboard.",
  "type": "wordpress-plugin",
  "require": {
    "php": ">=8.0"
  },
  "autoload": {
    "psr-4": {
      "StorelytWidgetWoo\\": "src/"
    }
  },
  "config": {
    "optimize-autoloader": true,
    "sort-packages": true
  },
  "scripts": {
    "post-autoload-dump": [
      "echo 'Autoload updated for StorelytWidgetWoo'"
    ]
  }
}
