Files
vermine2047/package.json
T
2024-04-28 16:35:48 +02:00

21 lines
577 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 window Foundry11": "cd C:/Program Files/Foundry Virtual Tabletop_V11/resources/app && node main.js",
"watch": "gulp watch",
"buildStyle": "gulp buildStyles"
},
"author": "",
"devDependencies": {
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"browser-sync": "^2.27.11",
"gulp": "^4.0.2",
"gulp-sass": "^5.1.0",
"sass": "^1.55.0"
}
}