commit 69d2fe388c982c860261985272c7bc9b6d55c32f Author: Ulenar of Mondarth Date: Thu Oct 24 09:58:59 2024 +0000 build: Initial commit diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json new file mode 100644 index 0000000..9ece291 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "pdt", + "version": "0.1.0", + "description": "FoundryVTT Package Development Tool", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git@gitea:mbools/pdt.git" + }, + "author": "UlenarOfMondarth", + "license": "SEE LICENSE IN LICENSE" +}