{
  "name": "commercebird/commercebird",
  "description": "This plugin helps you get the most of commercebird by allowing you to manage product images, integrations and more",
  "type": "wordpress-plugin",
  "license": "GPL-3.0-or-later",
  "autoload": {
    "psr-4": {
      "CommerceBird\\Admin\\": "admin/includes/"
    },
    "classmap": [
      "includes/classes/"
    ]
  },
  "authors": [
    {
      "name": "Fawad Tiemoerie",
      "email": "info@commercebird.com",
      "role": "Owner"
    }
  ],
  "require": {
    "php": ">=8.2",
    "ext-curl": "*",
    "ext-json": "*",
    "afragen/wp-dependency-installer": "^4.3.14",
    "automattic/jetpack-autoloader": "^5.0",
    "wordpress/mcp-adapter": "0.5.0"
  },
  "require-dev": {
    "dealerdirect/phpcodesniffer-composer-installer": "^1.2.0",
    "filp/whoops": ">=2.18.4",
    "php-stubs/acf-pro-stubs": "^6.5",
    "php-stubs/woocommerce-stubs": "^10.7.0",
    "php-stubs/wordpress-stubs": "^6.9.1",
    "phpcsstandards/phpcsextra": "^1.5",
    "phpcsstandards/phpcsutils": "^1.2.2",
    "phpstan/extension-installer": "^1.4.3",
    "phpstan/phpstan": "^1.12.32",
    "roots/wordpress-no-content": ">=6.9.4",
    "squizlabs/php_codesniffer": "^3.13.5",
    "symfony/var-dumper": "^5.4.48",
    "szepeviktor/phpstan-wordpress": "^1.3.5",
    "wp-coding-standards/wpcs": "^3.3"
  },
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/FawadNL/mcp-adapter"
    }
  ],
  "minimum-stability": "dev",
  "prefer-stable": true,
  "config": {
    "optimize-autoloader": true,
    "sort-packages": true,
    "allow-plugins": {
      "automattic/jetpack-autoloader": true,
      "dealerdirect/phpcodesniffer-composer-installer": true,
      "phpstan/extension-installer": true
    }
  },
  "scripts": {
    "phpstan": "phpstan analyse --memory-limit=4G",
    "phpstan:baseline": "phpstan analyse --memory-limit=4G --generate-baseline",
    "phpcs": "phpcs --ignore=vendor/,stubs/,build/",
    "phpcbf": "php -d memory_limit=2G vendor/bin/phpcbf --ignore=vendor/,stubs/,build/",
    "analyse": [
      "@phpstan",
      "@phpcs"
    ]
  }
}
