{
    "name": "dudo1985/wpdocgen",
    "description": "Documentation Generator for WordPress.",
    "keywords": ["documentation", "hooks", "phpdoc", "wordpress", "markdown"],
    "license": "MIT",
    "authors": [
        {
            "name": "Dario Curvino",
            "email": "dario.yasr@gmail.com",
            "homepage": "https://dariocurvino.it"
        }
    ],
    "autoload": {
        "psr-4": {
            "Dudo1985\\WPDocGen\\": "src",
            "": "src"
        }
    },
    "bin": [
        "bin/wp-doc-gen.php"
    ],
    "require": {
        "php": ">=8.0"
    },
    "scripts": {
        "test": [
            "php bin/wp-doc-gen.php examples examples/hooks.md --prefix yasr_",
            "php bin/wp-doc-gen.php examples examples/shortcodes.md --prefix yasr_ --shortcode"
        ]
    }
}
