Files
fvtt-adventures-with-emmy/package.json
T
2026-03-05 21:51:31 +01:00

34 lines
911 B
JSON

{
"name": "fvtt-adventures-with-emmy",
"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": "MIT",
"dependencies": {
"gulp": "^5.0.0",
"gulp-less": "^5.0.0"
},
"scripts": {
"packPacks": "node ./tools/packPacks.mjs",
"unpackPacks": "node ./tools/unpackPacks.mjs"
},
"description": "Adventures with Emmy - STEM Education RPG for Foundry Virtual TableTop",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://www.uberwald.me/gitea/uberwald/fvtt-adventures-with-emmy.git"
}
}