{
    "name": "hidayatsafewp/safe-sites",
    "description": "A starter WordPress plugin scaffold which comes pre-configured for block development, admin dashboard with settings and standard plugin code.",
    "type": "wordpress-plugin",
    "author": "hidayatsafewp",
    "license": "GPL v2 or later",
    "autoload": {
        "psr-4": {
            "SafeSites\\": "includes/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "SafeSites\\Tests\\": "tests"
        }
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "^3.7",
        "phpunit/phpunit": "^9.6",
        "composer/installers": "^2.2",
        "bamarni/composer-bin-plugin": "^1.8"
    },
    "config": {
        "allow-plugins": {
            "bamarni/composer-bin-plugin": true,
            "composer/installers": true,
            "automattic/jetpack-autoloader": true
        }
    },
    "require": {
        "php": "^8.0",
        "automattic/jetpack-autoloader": "^5.0.4",
        "automattic/jetpack-assets": "^4.0.13",
        "automattic/jetpack-plugins-installer": "^0.5.3",
        "guzzlehttp/guzzle": "^7.0"
    }
}
