pdt/package.json

16 lines
349 B
JSON
Raw Normal View History

2024-10-24 10:58:59 +01:00
{
"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"
}