51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "@optolith/entity-descriptions",
|
|
"version": "0.2.1",
|
|
"description": "An interface for generating descriptions for The Dark Eye entities.",
|
|
"files": [
|
|
"lib",
|
|
"AUTHORS",
|
|
"CHANGELOG.md"
|
|
],
|
|
"main": "lib/index.js",
|
|
"exports": {
|
|
".": "./lib/index.js",
|
|
"./entities/*": "./lib/entities/*.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"watch": "tsc -b -w",
|
|
"release": "commit-and-tag-version",
|
|
"test": "node --import tsx --test",
|
|
"lint": "eslint"
|
|
},
|
|
"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",
|
|
"dependencies": {
|
|
"@optolith/helpers": "^0.2.2",
|
|
"messageformat": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.17.0",
|
|
"@types/node": "^25.2.1",
|
|
"commit-and-tag-version": "^12.6.1",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-jsdoc": "^62.5.4",
|
|
"glob": "^13.0.1",
|
|
"globals": "^17.3.0",
|
|
"optolith-database-schema": "^0.29.0",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.54.0"
|
|
},
|
|
"type": "module"
|
|
}
|