From 69d2fe388c982c860261985272c7bc9b6d55c32f Mon Sep 17 00:00:00 2001 From: Ulenar of Mondarth Date: Thu, 24 Oct 2024 09:58:59 +0000 Subject: [PATCH] build: Initial commit --- LICENSE | 0 package.json | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 LICENSE create mode 100644 package.json 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" +}