node-cleanup
installs custom cleanup handlers that run on exiting node
exits
Run arbitrary functions & commands asynchronously before process termination, programatically or via CLI
generate-ctrl-c-event
Generate ctrl-c (or ctrl-break) events on Windows by calling `Kernel32::GenerateConsoleCtrlEvent()`
run-simple
A simple, enhanced replacement for `npm run-script <command> [-- <args>...]`
wait-for-sigint
Keep the node process alive until SIGINT (ctrl+c) is received