-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
39 lines (39 loc) · 969 Bytes
/
Copy pathmodule.json
File metadata and controls
39 lines (39 loc) · 969 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "AiAssistant",
"alias": "aiassistant",
"description": "The official free AI assistant for InvoiceShelf.",
"keywords": [
"ai",
"assistant",
"openrouter"
],
"priority": 0,
"providers": [
"Modules\\AiAssistant\\Providers\\AiAssistantServiceProvider"
],
"aliases": {},
"files": [],
"requires": {},
"schema_version": 2,
"slug": "ai-assistant",
"version": "1.0.0",
"license": "AGPL-3.0-only",
"compatibility": {
"invoiceshelf": ">=3.0.0-alpha.2 <4.0.0",
"module_api": "^1.2.0",
"php": "^8.4.0",
"extensions": [
"ext-json"
]
},
"module_dependencies": {},
"migration_policy": "reversible",
"uninstall": {
"data_cleanup": "Modules\\AiAssistant\\Lifecycle\\DataCleanup"
},
"dependency_policy": "host-provided-only",
"assets": [
"dist/init.js",
"dist/style.css"
]
}