From b04b69dd7715bc195746e1b9372e24740960193d Mon Sep 17 00:00:00 2001 From: Ulenar of Mondarth Date: Sun, 20 Jul 2025 10:55:02 +0000 Subject: [PATCH] feat(module.json): delivers from packages.mondart.com Also, minor format and some module dependencies --- module.json | 49 +++++++++++++++++++++++++++++++++++++------------ 1 file changed, 37 insertions(+), 12 deletions(-) diff --git a/module.json b/module.json index 620ccb8..61ff1c6 100644 --- a/module.json +++ b/module.json @@ -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": {} + } + ] + } }