Files
entity-descriptions/package.json
T
2024-10-04 14:21:06 +02:00

20 lines
582 B
JSON

{
"name": "@optolith/entity-descriptions",
"version": "0.0.1",
"description": "An interface for generating descriptions for The Dark Eye entities.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Optolith/entity-descriptions.git"
},
"author": "Lukas Obermann",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/Optolith/entity-descriptions/issues"
},
"homepage": "https://github.com/Optolith/entity-descriptions#readme"
}