Files
rush-character-archive-foun…/module.json
2025-07-09 00:49:10 -04:00

46 lines
1.3 KiB
JSON

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