Files
vermine2047/package.json
T
2024-11-18 09:27:33 +01:00

23 lines
727 B
JSON

{
"name": "vermine2047",
"version": "1.0.0",
"description": "vermine 2047 for foundry",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"launch Foundry12": "cd C:/Program Files/Foundry Virtual Tabletop_V12/resources/app && node main.js",
"watch": "gulp watch",
"buildStyle": "gulp buildStyles",
"pushLDBtoYAML": "node ./tools/pushLDBtoYAML.mjs",
"pullYAMLtoLDB": "node ./tools/pullYAMLtoLDB.mjs"
},
"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",
"sass": "^1.55.0"
}
}