From ca7e430a83e9fcb12dccf1eab0f86e69c0b7bc9b Mon Sep 17 00:00:00 2001 From: macniel Date: Thu, 25 Sep 2025 10:20:53 +0200 Subject: [PATCH] cicd: add credentials --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..6786f2af --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "DSA41Module", + "version": "0.0.1", + "description": "Another DSA 4.1 System Module for FoundryVTT", + "repository": { + "type": "git", + "url": "git+https://git.macniel.online/macniel/foundry-dsa41-game.git" + } +}