{
  "name": "notifier/woo",
  "version": "1.0.0",
  "description": "This software will notify you when an action happens in WooCommerce.",
  "authors": [
    {
      "name": "Rafi Ahmed",
      "email": "rafi201822@gmail.com"
    }
  ],
  "license": "MIT",

  "autoload": {
    "psr-4": {
      "PlatformNotificationApp\\": "app/"
    }
  }
}