24 lines
726 B
JSON
24 lines
726 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": {
|
|
"@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"
|
|
}
|
|
}
|