serialkiller
Version:
SerialKiller is a process killer tool for Unix/Linux environments.
33 lines (32 loc) • 716 B
JSON
{
"name": "serialkiller",
"version": "1.1.0",
"description": "SerialKiller is a process killer tool for Unix/Linux environments.",
"main": "serialkiller.js",
"bin": {
"serialkiller": "./serialkiller.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TejaBeta/SerialKiller.git"
},
"keywords": [
"Linux",
"Unix",
"Process",
"Kill",
"kill",
"-9"
],
"author": "Tejasvi Thota",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/TejaBeta/SerialKiller/issues"
},
"homepage": "https://github.com/TejaBeta/SerialKiller#readme",
"dependencies": {
"chalk": "^2.4.2",
"meow": "^5.0.0",
"prettier": "^1.16.4"
}
}