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,30 +0,0 @@
{
"description": "Provides a bare-bones Foundry module template repo to get set up with using the TyphonJS Runtime Library and Svelte with ES Modules.",
"license": "MIT",
"private": true,
"type": "module",
"author": "YOUR INFO HERE",
"contributors": [
"YOUR INFO HERE"
],
"imports": {
"#runtime/*": "@typhonjs-fvtt/runtime/*",
"#standard/*": "@typhonjs-fvtt/standard/*"
},
"dependencies": {
"@typhonjs-fvtt/runtime": "^0.2.0",
"@typhonjs-fvtt/standard": "^0.2.0",
"svelte": "^4.2.19"
},
"devDependencies": {
"@typhonjs-config/eslint-config": "^0.6.0",
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"eslint": "^8"
},
"browserslist": [">5%", "not IE 11"],
"scripts": {
"build": "vite build",
"dev": "vite",
"eslint": "eslint ."
}
}