fvtt-cthulhu-eternal/package.json

34 lines
912 B
JSON

{
"name": "fvtt-cthulhu-eternal",
"private": true,
"version": "1.0.0",
"devDependencies": {
"@eslint/js": "^9.8.0",
"@foundryvtt/foundryvtt-cli": "^1.0.2",
"commander": "^11.1.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.11.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"less": "^4.1.3",
"prettier": "^3.3.3"
},
"author": "LeRatierBretonnien",
"license": "UNLICENSED",
"dependencies": {
"gulp": "^5.0.0",
"gulp-less": "^5.0.0"
},
"scripts": {
"pushLDBtoYML": "node ./tools/pushLDBtoYML.mjs",
"pullYMLtoLDB": "node ./tools/pullYMLtoLDB.mjs"
},
"description": "<h2><em>Cthulhu Eternal RPG</em> for Foundry Virtual TableTop</h2>",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://www.uberwald.me/gitea/uberwald/fvtt-cthulhu-eternal.git"
}
}