Initial release for FoundryVTT

This commit is contained in:
2026-04-13 15:53:13 +02:00
parent f61cbf0b78
commit 1ff1425777
193 changed files with 11270 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "fvtt-donjon-et-cie",
"version": "0.1.0",
"description": "Systeme FoundryVTT pour Donjon & Cie",
"type": "module",
"scripts": {
"build": "gulp build",
"watch": "gulp watch"
},
"license": "UNLICENSED",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-less": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0"
}
}