server-handle-signals
Version:
Returns a server instance capable of handling SIGINT SIGTERM
31 lines (30 loc) • 809 B
JSON
{
"name": "server-handle-signals",
"version": "1.0.6",
"description": "Returns a server instance capable of handling SIGINT SIGTERM",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gbili/node-server-handle-signals.git"
},
"keywords": [
"node",
"server",
"SIGINT",
"SIGTERM"
],
"author": "Guillermo Pages <mail@guillermo.at> (https://guillermo.at)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gbili/node-server-handle-signals/issues"
},
"homepage": "https://github.com/gbili/node-server-handle-signals#readme",
"devDependencies": {
"@types/node": "14.0.26"
}
}