-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.51 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "drupal/varbase_ai",
"description": "Provides a collection of recipes for AI tools, empowering editorial teams with a wide range of advanced Artificial Intelligence (AI) capabilities. Enables seamless management of custom AI integrations for Varbase and supports updatable AI workflows.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/varbase_ai",
"notification-url": "https://packages.drupal.org/8/downloads",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Vardot",
"homepage": "https://www.drupal.org/vardot",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/varbase_ai",
"source": "http://cgit.drupalcode.org/varbase_ai"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"require": {
"drupal/core": "~10.4.0 || ~11.1.0",
"vardot/varbase-patches": "~9 || ~10",
"drupal/ai": "~1",
"drupal/ai_image_alt_text": "~1",
"drupal/ai_provider_openai": "~1",
"drupal/openai": "~1",
"drupal/ai_interpolator": "~1",
"drupal/ai_interpolator_openai": "~1",
"drupal/varbase_ai_default": "~1.0.0 || 1.0.x-dev",
"drupal/varbase_ai_image_alt": "~1.0.0 || 1.0.x-dev",
"drupal/varbase_ai_editor_assistant": "~1.0.0 || 1.0.x-dev",
"drupal/varbase_ai_taxonomy_tagging": "~1.0.0 || 1.0.x-dev",
"drupal/varbase_ai_agents": "~1.0.0 || 1.0.x-dev"
}
}