{
  "name": "node-pkill-process",
  "version": "1.0.3",
  "description": "A CLI tool to list and kill background Node.js processes",
  "main": "src/index.js",
  "bin": {
    "pkill-process": "src/index.js"
  },
  "scripts": {
    "start": "node src/index.js",
    "dev": "node src/index.js"
  },
  "keywords": [
    "nodejs",
    "process",
    "cli",
    "manager",
    "process-killer",
    "process-list",
    "terminal",
    "utility",
    "tool"
  ],
  "author": "Assistant",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apipemc/node-pkill-process.git"
  },
  "homepage": "https://github.com/apipemc/node-pkill-process#readme",
  "bugs": {
    "url": "https://github.com/apipemc/node-pkill-process/issues"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "cli-table3": "^0.6.5",
    "inquirer": "^8.2.6"
  }
}
