{
  "name": "drupal/drupal_cms_ai",
  "description": "Adds integration with AI services, such as alt text generation and a chat bot to assist with site building. Requires an API key from Open AI or Anthropic.",
  "type": "drupal-recipe",
  "license": "GPL-2.0-or-later",
  "require": {
    "drupal/core": ">=10.4",
    "drupal/ai": "^1.0.4",
    "drupal/ai_agents": "^1",
    "drupal/ai_image_alt_text": "^1",
    "drupal/ai_provider_anthropic": "^1",
    "drupal/ai_provider_openai": "^1",
    "drupal/drupal_cms_privacy_basic": "~1.1.0",
    "league/commonmark": "^2.4"
  },
  "conflict": {
    "drupal/project_browser": "<2-alpha7"
  },
  "version": "1.1.0"
}
