fix(npm): Corrected project description and added keywords in package.json and npmextra.json.

This commit is contained in:
2024-12-26 00:30:12 +01:00
parent fbeb94fd63
commit 4b363e304a
5 changed files with 200 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@losslessone_private/nullresolve",
"version": "1.0.30",
"description": "servezone service. the null service takes care of handling requests and giving feedback for those that would otherwise not be served.",
"description": "The nullresolve project is a private service designed to handle requests that would otherwise remain unserved, providing appropriate feedback mechanisms within the servzone architecture.",
"type": "module",
"author": "Lossless GmbH",
"license": "UNLICENSED",
@@ -50,5 +50,22 @@
"bugs": {
"url": "https://gitlab.com/losslessone/services/servezone/nullresolve/issues"
},
"homepage": "https://gitlab.com/losslessone/services/servezone/nullresolve#readme"
}
"homepage": "https://gitlab.com/losslessone/services/servezone/nullresolve#readme",
"keywords": [
"nullresolve",
"service",
"request-handling",
"error-management",
"network-ecosystem",
"typescript",
"server",
"feedback",
"private-package",
"npm",
"logging",
"monitoring",
"graceful-shutdown",
"custom-routes",
"error-handling"
]
}