-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
37 lines (37 loc) · 935 Bytes
/
Copy pathmodule.json
File metadata and controls
37 lines (37 loc) · 935 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
{
"name": "HelloWorld",
"alias": "helloworld",
"description": "The official InvoiceShelf reference module and marketplace installation sample.",
"keywords": [
"example",
"reference"
],
"priority": 0,
"providers": [
"Modules\\HelloWorld\\Providers\\HelloWorldServiceProvider"
],
"aliases": {},
"files": [],
"requires": {},
"schema_version": 2,
"slug": "hello-world",
"version": "1.1.0",
"license": "AGPL-3.0-only",
"compatibility": {
"invoiceshelf": "^3.0.0",
"module_api": "^1.1.0",
"php": "^8.3.0",
"extensions": [
"ext-json"
]
},
"module_dependencies": {},
"migration_policy": "reversible",
"uninstall": {
"data_cleanup": "Modules\\HelloWorld\\Lifecycle\\DataCleanup"
},
"dependency_policy": "host-provided-only",
"assets": [
"dist/init.js"
]
}