Migration FOundry v13/v14

This commit is contained in:
2026-04-19 00:43:33 +02:00
parent 89b3e401a4
commit e3002dd602
28 changed files with 4584 additions and 2956 deletions

8
package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "foundryvtt-mgt2",
"description": "Mongoose Traveller 2nd Edition for FoundryVTT",
"scripts": {
"build": "rollup -c rollup.config.mjs",
"watch": "rollup -c rollup.config.mjs --watch"
}
}