avris-daemonise
Version:
Run any process in the background without blocking the console
26 lines • 601 B
JSON
{
"name": "avris-daemonise",
"version": "0.0.3",
"description": "Run any process in the background without blocking the console",
"keywords": [
"process",
"server",
"background",
"deamon",
"detach"
],
"homepage": "https://avris.it",
"author": "Andrea Vos <andrea@avris.it>",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Avris/Daemonise.git"
},
"license": "LicenseRef-OQL-1.2",
"main": "daemonise.js",
"bin": "daemonise.js",
"dependencies": {
"child_process": "^1.0.2",
"fs": "^0.0.1-security",
"yargs": "^12.0.1"
}
}