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