16 lines
349 B
JSON
16 lines
349 B
JSON
{
|
|
"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"
|
|
}
|