{
  "name": "teamniteo/kafkai-plugin",
  "description": "Plugin to generate and/or import articles from Kafkai. It also fetches the corresponding featured image along with YouTube video for the article and adds it to the database.",
  "keywords": [
    "wordpress",
    "plugin"
  ],
  "type": "wordpress-plugin",
  "require": {
    "php": ">=7.3.0",
    "symfony/yaml": "^5.2"
  },
  "autoload": {
    "psr-4": {
      "Niteo\\Kafkai\\Plugin\\": "inc"
    }
  }
}
