{
    "name": "andremoura/easy-xml-sitemap",
    "description": "Lightweight, modular XML sitemap generator for WordPress with support for posts, pages, taxonomies, and Google News.",
    "version": "1.1.0",
    "type": "wordpress-plugin",
    "keywords": [
        "wordpress",
        "plugin",
        "sitemap",
        "xml-sitemap",
        "seo",
        "google-news",
        "search-engine-optimization"
    ],
    "homepage": "https://wordpress.andremoura.com",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "André Moura",
            "email": "contact@andremoura.com",
            "homepage": "https://wordpress.andremoura.com",
            "role": "Developer"
        }
    ],
    "support": {
        "issues": "https://github.com/andremoura/easy-xml-sitemap/issues",
        "source": "https://github.com/andremoura/easy-xml-sitemap"
    },
    "require": {
        "php": ">=7.2",
        "composer/installers": "^1.0 || ^2.0"
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "^3.7",
        "wp-coding-standards/wpcs": "^2.3",
        "phpcompatibility/phpcompatibility-wp": "^2.1",
        "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0",
        "phpunit/phpunit": "^8.5 || ^9.5"
    },
    "autoload": {
        "psr-4": {
            "EasyXMLSitemap\\": "inc/"
        }
    },
    "scripts": {
        "phpcs": "phpcs --standard=WordPress --extensions=php --ignore=*/vendor/*,*/node_modules/* .",
        "phpcbf": "phpcbf --standard=WordPress --extensions=php --ignore=*/vendor/*,*/node_modules/* .",
        "phpcs-check": "phpcs --standard=WordPress-Core --runtime-set testVersion 7.2- --extensions=php .",
        "test": "phpunit",
        "lint": [
            "@phpcs"
        ]
    },
    "config": {
        "allow-plugins": {
            "composer/installers": true,
            "dealerdirect/phpcodesniffer-composer-installer": true
        },
        "optimize-autoloader": true,
        "sort-packages": true
    },
    "extra": {
        "installer-paths": {
            "vendor/{$vendor}/{$name}/": ["type:wordpress-plugin"]
        }
    }
}