20 lines
582 B
JSON
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"
|
|
}
|