Files
vermine2047/package.json
T
Erwan Lemaire c35e93975b pifpouf
2025-05-02 13:19:49 +02:00

24 lines
806 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": "sudo node /home/rwan/foundry/foundry_software/FoundryVTT-12.331/resources/app/main.js",
"watch": "gulp watch",
"buildStyle": "gulp buildStyles",
"dev": "npm run launch_Foundry12 & xdg-open http://localhost:30000/",
"pushLDBtoYAML": "node ./tools/pushLDBtoYAML.mjs",
"pullYAMLtoLDB": "node ./tools/pullYAMLtoLDB.mjs"
},
"author": "Rwan",
"devDependencies": {
"@foundryvtt/foundryvtt-cli": "^1.0.2",
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"browser-sync": "^3.0.3",
"gulp": "^5.0.0",
"gulp-sass": "^5.1.0",
"sass": "^1.55.0"
}
}