{
    "name": "appcheap/push-notify",
    "description": "Libs for App builder",
    "type": "wordpress-plugin",
    "license": "GPL-2.0+",
    "authors": [
        {
            "name": "Ngoc Dang",
            "email": "ngocdt@rnlab.io"
        }
    ],
    "require": {
        "a5hleyrich/wp-queue": "^1.3",
        "google/auth": "^1.39"
    },
    "autoload": {
        "psr-4": {
            "PushNotify\\": "includes/"
        }
    },
    "extra": {
        "google/apiclient-services": [
             "FirebaseCloudMessaging"
        ]
    },
    "config": {
        "allow-plugins": {
            "kylekatarnls/update-helper": false
        }
    }
}
