18 lines
423 B
JSON
18 lines
423 B
JSON
{
|
|
"name": "wfrp-4e-deutsch",
|
|
"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://gitea.palmenalzer.de/alzer/wfrp-4e-deutsch.git"
|
|
},
|
|
"author": "LeRatierBretonnien",
|
|
"license": "ISC"
|
|
}
|