{
    "name": "WPPlugines/auto_delete_post_with_attachments",
    "authors": [
        {
            "name": "WPPlugines",
            "email": "hi@codexpert.io"
        }
    ],
    "require": {
        "codexpert/plugin": "dev-master"
    },
    "autoload": {
        "psr-4": {
            "WPPlugines\\auto_delete_post_with_attachments\\" : "src/"
        },
        "files": [ "inc/functions.php" ]
    }
}