{
  "name": "shubhamgate/prodscribe-ai-for-woocommerce",
  "description": "AI Product Description Generator for WooCommerce",
  "type": "wordpress-plugin",
  "license": "GPL-2.0-or-later",
  "authors": [
    {
      "name": "Shubham Gate",
      "email": "shubhamgate383@gmail.com"
    }
  ],
  "require": {
    "php": ">=7.4"
  },
  "autoload": {
    "psr-4": {
      "ProdScribe_AI\\": "includes/"
    }
  }
}