Add all systems effects scripts + translations

This commit is contained in:
2024-05-17 01:07:37 +02:00
parent 0b286ac994
commit 7b97578bd7
191 changed files with 379 additions and 381 deletions

17
package.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "foundryvtt-wh4-lang-fr-fr",
"version": "1.0.0",
"description": "WH4 Translation",
"main": "babele-register.js",
"type": "module",
"scripts": {
"build": "node scriptPacker.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr.git"
},
"author": "LeRatierBretonnien",
"license": "ISC"
}