Files
fvtt-ecryme/package.json
T
uberwald f49d9e2cf4
Release Creation / build (release) Failing after 30s
PUsh all v14 Stuff
2026-07-21 21:45:06 +02:00

23 lines
500 B
JSON

{
"name": "fvtt-ecryme",
"private": true,
"version": "1.0.0",
"description": "Ecryme RPG system for Foundry Virtual TableTop",
"author": "LeRatierBretonnien",
"license": "CC-BY-NC-SA-4.0",
"main": "gulpfile.js",
"devDependencies": {
"gulp": "^5.0.0",
"gulp-less": "^5.0.0",
"less": "^4.1.3"
},
"scripts": {
"build": "gulp css",
"watch": "gulp"
},
"repository": {
"type": "git",
"url": "https://www.uberwald.me/gitea/uberwald/fvtt-ecryme.git"
}
}