adding pack tools.

This commit is contained in:
rwanoux
2024-11-18 09:27:33 +01:00
parent e721c706eb
commit ca816eec2d
5 changed files with 129 additions and 7 deletions
+5 -3
View File
@@ -5,14 +5,16 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"launch window Foundry11": "cd C:/Program Files/Foundry Virtual Tabletop_V11/resources/app && node main.js",
"launch Foundry12": "cd C:/Program Files/Foundry Virtual Tabletop_V12/resources/app && node main.js",
"watch": "gulp watch",
"buildStyle": "gulp buildStyles"
"buildStyle": "gulp buildStyles",
"pushLDBtoYAML": "node ./tools/pushLDBtoYAML.mjs",
"pullYAMLtoLDB": "node ./tools/pullYAMLtoLDB.mjs"
},
"author": "",
"author": "Rwan",
"devDependencies": {
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"@foundryvtt/foundryvtt-cli": "^1.0.2",
"browser-sync": "^2.27.11",
"gulp": "^4.0.2",
"gulp-sass": "^5.1.0",