fix(core): update

This commit is contained in:
2024-04-18 13:26:02 +02:00
parent 3d1ad808a5
commit fd6eb7eecf
7 changed files with 1206 additions and 1600 deletions

View File

@@ -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"
]
}
},