{
  "name": "affilun/affilun",
  "description": "WordPress plugin that makes affiliate link placement easier with AI assistance for Amazon, Rakuten, and Yahoo! Shopping.",
  "type": "wordpress-plugin",
  "license": "GPL-2.0-or-later",
  "keywords": [
    "wordpress",
    "affiliate-links",
    "product-links",
    "affiliate",
    "amazon",
    "rakuten",
    "yahoo-shopping",
    "gutenberg"
  ],
  "require": {
    "php": ">=8.1"
  },
  "require-dev": {
    "automattic/vipwpcs": "^3.0",
    "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
    "phpcompatibility/phpcompatibility-wp": "^2.1",
    "phpstan/phpstan": "^1.11",
    "phpunit/phpunit": "^9.6",
    "squizlabs/php_codesniffer": "^3.9",
    "szepeviktor/phpstan-wordpress": "^1.3",
    "vimeo/psalm": "^6.16",
    "wp-coding-standards/wpcs": "^3.1",
    "yoast/phpunit-polyfills": "^2.0"
  },
  "autoload": {
    "psr-4": {
      "Affilun\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Affilun\\Tests\\": "tests/"
    }
  },
  "config": {
    "optimize-autoloader": true,
    "preferred-install": "dist",
    "sort-packages": true,
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  },
  "scripts": {
    "lint": "phpcs",
    "lint:fix": "phpcbf",
    "analyze": "phpstan analyze",
    "analyze:psalm": "psalm --no-progress --show-info=false",
    "audit:security": "phpcs --standard=phpcs-security.xml.dist",
    "audit:vip": "phpcs --standard=WordPressVIPMinimum affilun.php uninstall.php src templates",
    "review:wordpress": "php bin/wordpress-review-gate.php",
    "test": "phpunit",
    "test:unit": "phpunit --testsuite=unit"
  },
  "minimum-stability": "stable",
  "prefer-stable": true
}
