{
  "name": "studiovisual/auto-post-for-twitter",
  "type": "wordpress-plugin",
  "description": "Automatically post on Twitter when publishing a new post on WordPress",
  "homepage": "https://studiovisual.com.br",
  "authors": [
    {
      "name": "Studio Visual",
      "email": "atendimento@studiovisual.com.br",
      "homepage": "https://github.com/studiovisual/",
      "role": "Company"
    },
    {
      "name": "Richard Itokazo",
      "email": "ritokazo@studiovisual.com.br",
      "homepage": "https://github.com/richarditokazo",
      "role": "Developer"
    },
    {
      "name": "Tiago Papile",
      "email": "tpapile@studiovisual.com.br",
      "homepage": "https://github.com/tiagopapile",
      "role": "Developer"
    }
  ],
  "autoload": {
    "psr-4": {
      "StudioVisual\\Twitter\\": "app/"
    }
  },
  "scripts": {
    "translate": [
      "wp i18n make-pot . ./languages/sv-twitter.pot --include=\"app,views\" && wp i18n update-po ./languages/sv-twitter.pot ./languages/*.po"
    ]
  }
}
