fix(npm): Corrected project description and added keywords in package.json and npmextra.json.
This commit is contained in:
@@ -15,9 +15,26 @@
|
||||
"githost": "gitlab.com",
|
||||
"gitscope": "losslessone/services/servezone",
|
||||
"gitrepo": "nullresolve",
|
||||
"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.",
|
||||
"npmPackagename": "@losslessone_private/nullresolve",
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"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