fix(npm): Corrected project description and added keywords in package.json and npmextra.json.
This commit is contained in:
23
package.json
23
package.json
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user