{
  "name": "killcommand",
  "bin": {
    "killcommand": "./cli.js"
  },
  "main": "./cli.js",
  "version": "0.0.14",
  "preferGlobal": true,
  "keywords": [
    "kill",
    "process",
    "pid",
    "command",
    "terminal",
    "cli",
    "performance",
    "free",
    "cpu",
    "memory"
  ],
  "homepage": "https://github.com/on2-dev/killcommand",
  "repository": {
    "type": "git",
    "url": "https://github.com/on2-dev/killcommand"
  },
  "license": "MIT",
  "dependencies": {
    "arg": "^5.0.0",
    "fkill": "^7.1.0",
    "node-notifier": "^9.0.0"
  },
  "scripts": {
    "interactive": "node ./cli.js --interactive",
    "start": "node ./cli.js",
    "stop": "node ./cli.js stop"
  }
}
