A FoundryVTT module for playing at an in-person table.
at main 16 lines 462 B view raw
1{ 2 "devDependencies": { 3 "@league-of-foundry-developers/foundry-vtt-types": "^13.346.0-beta.20250812191140", 4 "@sveltejs/vite-plugin-svelte": "^6.2.4", 5 "@tsconfig/svelte": "^5.0.6", 6 "dotenv": "^17.2.3", 7 "svelte-preprocess": "^6.0.3", 8 "terser": "^5.46.0", 9 "typescript": "^5.9.3", 10 "vite": "^7.3.1" 11 }, 12 "scripts": { 13 "build": "vite build", 14 "watch": "vite build --watch" 15 } 16}