{
  "name": "pluginmagnet/ai-stock-predictor",
  "description": "WooCommerce AI Stock Predictor is a smart inventory tool that uses AI to predict stockout dates by analyzing past sales and current stock levels. It helps store owners avoid shortages, assess risk, and make better purchasing decisions to keep products available and customers satisfied.",
  "homepage": "https://pluginmagnet.com/plugins/ai-stock-predictor/",
  "type": "wordpress-plugin",
  "license": "GPL-3.0-or-later",
  "prefer-stable": true,
  "minimum-stability": "dev",
  "authors": [
    {
      "name": "pluginmagnet",
      "email": "support@pluginmagnet.com"
    }
  ],
  "repositories": [],
  "require": {
    "php": ">=7.4"
  },
  "require-dev": {},
  "config": {
    "optimize-autoloader": true,
    "sort-packages": true,
    "allow-plugins": {
      "composer/*": true,
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  },
  "autoload" : {
    "psr-4" : {
      "AIStockPredictor\\": ["includes/"]
    }
  },
  "autoload-dev": {},
  "scripts": {
    "phpcs": "@php ./vendor/bin/phpcs --standard=phpcs.xml -s -v",
    "phpcbf": "@php ./vendor/bin/phpcbf --standard=phpcs.xml -v"
  },
  "extra": {}
}
