feat(module.json): delivers from packages.mondart.com

Also, minor format and some module dependencies
This commit is contained in:
Ulenar of Mondarth 2025-07-20 10:55:02 +00:00
parent c4359d44b0
commit b04b69dd77

View File

@ -14,7 +14,8 @@
"minimum": "12",
"verified": "12"
},
"esmodules": ["dist/module.js"],
"esmodules": ["dist/mondarth-campaign.js"],
"styles": ["dist/mondarth-campaign.css"],
"flags": {
"hotReload": {
"extensions": ["json"],
@ -29,34 +30,58 @@
"flags": {}
}
],
"url": "https://gitea/Mondarth/mondarth-campaign",
"readme": "https://gitea/Mondarth/mondarth-campaign/blob/master/README.md",
"bugs": "https://gitea/Mondarth/mondarth-campaign/issues",
"changelog": "https://gitea/Mondarth/mondarth-campaign/releases/latest/",
"manifest": "https://gitea/Mondarth/mondarth-campaign/releases/latest/download/module.json",
"download": "https://gitea/Mondarth/mondarth-campaign/releases/download/0.1.0/module.zip",
"url": "https://packages.mondarth.com/Mondarth/mondarth-campaign",
"readme": "https://packages.mondarth.com/Mondarth/mondarth-campaign/blob/master/README.md",
"bugs": "https://packages.mondarth.com/Mondarth/mondarth-campaign/issues",
"changelog": "https://packages.mondarth.com/Mondarth/mondarth-campaign/releases/latest/",
"manifest": "https://packages.mondarth.com/Mondarth/mondarth-campaign/releases/download/latest/module.json",
"download": "https://packages.mondarth.com/Mondarth/mondarth-campaign/releases/download/0.1.0/module.zip",
"packs": [
{
"name": "mondarth",
"label": "Mondarth",
"path": "packs/mondarth",
"type": "Adventure",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "dnd5e"
}
},
{
"name": "otrikius",
"label": "Otrikius",
"path": "packs/otrikius",
"type": "Adventure",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "dnd5e"
}
}
]
],
"relationships": {
"requires": [
{
"id": "levels",
"type": "module",
"compatibility": {}
},
{
"id": "multiface-tiles",
"type": "module",
"compatibility": {}
},
{
"id": "tagger",
"type": "module",
"compatibility": {}
},
{
"id": "mondarth-power-journal-preprocess",
"type": "module",
"compatibility": {}
}
]
}
}