-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
50 lines (50 loc) · 1.22 KB
/
module.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
43
44
45
46
47
48
49
50
{
"id": "macro-creation-tweaks",
"title": "Macro Creation Tweaks",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"esmodules": ["scripts/init.mjs"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"authors": [
{
"name": "Emmanuel Wineberg",
"discord": "esheyw",
"email": "[email protected]",
"url": "https://github.com/esheyw",
"flags": {}
}
],
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json"]
}
},
"relationships": {
"requires": [
{
"id": "macro-helper-library",
"type": "module",
"manifest": "https://github.com/esheyw/macro-helper-library/releases/latest/download/module.json",
"compatibility": {
"minimum": "0.2.8"
}
}
]
},
"license": "LICENSE",
"version": "1.1.0",
"manifest": "updatedByRelease",
"url": "updatedByRelease",
"download": "updatedByRelease",
"readme": "https://github.com/esheyw/macro-creation-tweaks/blob/main/README.md",
"bugs": "https://github.com/esheyw/macro-creation-tweaks/issues",
"changelog": "https://github.com/esheyw/macro-creation-tweaks/blob/main/CHANGELOG.md"
}