fix(core): update
This commit is contained in:
@@ -5,16 +5,19 @@
|
||||
"githost": "code.foss.global",
|
||||
"gitscope": "push.rocks",
|
||||
"gitrepo": "smartexit",
|
||||
"description": "A library to perform cleanup operations before exiting a Node.js process.",
|
||||
"description": "A library for performing cleanup operations before exiting a Node.js process, ensuring graceful shutdowns.",
|
||||
"npmPackagename": "@push.rocks/smartexit",
|
||||
"license": "MIT",
|
||||
"projectDomain": "push.rocks",
|
||||
"keywords": [
|
||||
"process exit",
|
||||
"Node.js",
|
||||
"cleanup",
|
||||
"node.js",
|
||||
"graceful shutdown",
|
||||
"process management",
|
||||
"signal handling",
|
||||
"child process management"
|
||||
"child process termination",
|
||||
"TypeScript",
|
||||
"npm library"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user