ditch typhon in favor of doing it raw

This commit is contained in:
iamBadgers
2025-07-11 20:26:57 -07:00
parent b7948d18d7
commit fcb1b25cec
17 changed files with 40 additions and 6400 deletions

View File

@@ -1,12 +1,11 @@
{
"id": "rush-character-archive-foundry-module",
"title": "Rush Character Archive",
"description": "Provides a bare-bones Foundry module template repo to get set up with using the TyphonJS Runtime Library and Svelte with ES Modules.",
"description": "A module for sharing character files across foundry instances.",
"version": "0.0.0",
"authors": [
{
"name": "badgers",
"url": "YOUR URL HERE"
"name": "badgers"
}
],
"compatibility": {
@@ -14,32 +13,6 @@
"verified": "11"
},
"esmodules": [
"dist/rush-character-archive-foundry-module.js"
],
"styles": [
"dist/rush-character-archive-foundry-module.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
"scripts/index.js"
]
}