{
    "name": "huzaifa/access-defender",
    "description": "WordPress plugin to block VPN and proxy users while allowing search engines",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "autoload": {
        "psr-4": {
            "AccessDefender\\": "includes/"
        }
    },
    "require": {
        "php": ">=7.4",
        "appsero/client": "^2.0"
    },
    "require-dev": {
        "wp-coding-standards/wpcs": "^3.1",
        "wp-cli/i18n-command": "^2.6",
        "phpcompatibility/phpcompatibility-wp": "*"
    },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    },
    "scripts": {
        "lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
        "lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor .",
        "make-pot": "wp i18n make-pot . languages/access-defender.pot",
        "lint:autofix": "vendor/bin/phpcbf"
    }
}
