Copy stuff over from the template

This commit is contained in:
Badgers
2025-07-09 00:49:10 -04:00
commit 535788e75b
13 changed files with 6421 additions and 0 deletions

45
module.json Normal file
View File

@@ -0,0 +1,45 @@
{
"id": "template-svelte-esm",
"title": "Template Svelte (ESM)",
"description": "Provides a bare-bones Foundry module template repo to get set up with using the TyphonJS Runtime Library and Svelte with ES Modules.",
"version": "0.0.0",
"authors": [
{
"name": "YOUR NAME HERE",
"url": "YOUR URL HERE"
}
],
"compatibility": {
"minimum": "12",
"verified": "12"
},
"esmodules": [
"dist/template-svelte-esm.js"
],
"styles": [
"dist/template-svelte-esm.css"
],
"flags": {
"hotReload": {
"extensions": ["json"],
"paths": ["lang"]
}
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": false,
"url": "https://github.com/typhonjs-fvtt-demo/template-svelte-esm",
"readme": "https://github.com/typhonjs-fvtt-demo/template-svelte-esm/blob/master/README.md",
"bugs": "https://github.com/typhonjs-fvtt-demo/template-svelte-esm/issues",
"changelog": "https://github.com/typhonjs-fvtt-demo/template-svelte-esm/releases/latest/",
"manifest": "https://github.com/typhonjs-fvtt-demo/template-svelte-esm/releases/latest/download/module.json",
"download": "https://github.com/typhonjs-fvtt-demo/template-svelte-esm/releases/download/0.0.0/module.zip",
"protected": false,
"coreTranslation": false,
"library": false
}