-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 930 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "drupal/varbase_ai_base",
"description": "A base recipe to install core AI modules and apply default Varbase AI configurations including OpenAI integration, image alt text generation, and CKEditor AI assistant.",
"keywords": ["recipe", "Varbase recipes", "varbase recipe", "Drupal recipes", "drupal recipe", "AI base", "AI", "Drupal AI", "OpenAI", "AI Assistant"],
"type": "drupal-recipe",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Vardot",
"homepage": "https://www.drupal.org/vardot",
"role": "Maintainer"
}
],
"require": {
"drupal/core": "~11.3.0",
"drupal/drupal_cms_ai": "~2",
"drupal/eca": "~3",
"drupal/ai_integration_eca": "~1",
"drupal/varbase_ai_image_alt": "~2.0 || 2.0.x-dev",
"drupal/varbase_ai_editor_assistant": "~2.0 || 2.0.x-dev",
"drupal/varbase_ai_taxonomy_tagging": "~2.0 || 2.0.x-dev"
},
"version": "1.0.x-dev"
}