-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 762 Bytes
/
Copy pathcomposer.json
File metadata and controls
25 lines (25 loc) · 762 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
25
{
"name": "niklp/annotations",
"description": "Maps entity structure to customisable annotations with multiple use cases.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"maintainer": "NikLP",
"support": {
"source": "https://github.com/NikLP/annotations"
},
"require-dev": {
"drupal/webform": "^6.0",
"drupal/diff": "^1.0",
"drupal/profile": "^1.0",
"drupal/ai": "^1.0",
"drupal/ai_agents": "^1.0",
"drupal/ai_context": "^1.0"
},
"extra": {
"patches": {
"drupal/ai_context": {
"Add AiContextProviderManager plugin system": "web/modules/contrib/annotations/patches/ai_context-local.patch"
}
}
}
}