From 62a823443ef00567447f14f14186c0d5f0e7a2b2 Mon Sep 17 00:00:00 2001 From: Ammerhai Date: Sat, 19 Oct 2024 18:11:54 +0200 Subject: [PATCH] init module.json --- module.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 module.json diff --git a/module.json b/module.json new file mode 100644 index 0000000..f95cf04 --- /dev/null +++ b/module.json @@ -0,0 +1,15 @@ +{ + "id": "curse-of-strahd", + "title": "Curse of Strahd", + "version": "0.1.0", + "compatibility": { + "minimum": "12", + "verified": "12" + }, + "authors": [ + { + "name": "Holgorgrim", + "flags": {} + } + ] +} \ No newline at end of file