build: Initial commit

This commit is contained in:
Ulenar of Mondarth 2024-10-24 09:58:59 +00:00
commit 69d2fe388c
2 changed files with 15 additions and 0 deletions

0
LICENSE Normal file
View File

15
package.json Normal file
View File

@ -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"
}