-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
61 lines (61 loc) · 1.14 KB
/
module.json
File metadata and controls
61 lines (61 loc) · 1.14 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"id": "MODULE_ID",
"title": "MODULE_TITLE",
"description": "MODULE_DESCRIPTION",
"version": "MODULE_VERSION",
"authors": [
{
"name": "ZotyDev",
"email": "[email protected]",
"url": "https://zoty.dev",
"discord": "zotydev",
"flags": {}
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "./lang/en.json",
"flags": {}
}
],
"compatibility": {
"minimun": "10",
"verified": "11"
},
"license": "MODULE_LICENSE",
"url": "MODULE_URL",
"bugs": "MODULE_BUGS",
"manifest": "MODULE_MANIFEST",
"download": "MODULE_DOWNLOAD",
"readme": "MODULE_README",
"changelog": "MODULE_CHANGELOG",
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimun": "3.0.3",
"verified": "3.0.3"
}
}
],
"requires": [
{
"id": "debugger",
"type": "module",
"compatibility": {}
},
{
"id": "toolbox",
"type": "module",
"compatibility": {}
}
]
},
"esmodules": [
"./module.min.js"
]
}