Files
foundryvtt-mgt2/package.json
LeRatierBretonnier c5a0a47b25
Some checks failed
Release Creation / build (release) Failing after 1m9s
Build release script
2026-04-21 19:56:22 +02:00

12 lines
260 B
JSON

{
"name": "foundryvtt-mgt2",
"description": "Mongoose Traveller 2nd Edition for FoundryVTT",
"scripts": {
"build": "rollup -c rollup.config.mjs",
"watch": "rollup -c rollup.config.mjs --watch"
},
"devDependencies": {
"rollup": "^4"
}
}