proc-cli 1.12.2

A semantic CLI tool for process management
Documentation
{
  "name": "proc-cli",
  "version": "1.12.2",
  "description": "Semantic CLI tool for process management. Target by port, process id (PID), name or path.",
  "keywords": [
    "process",
    "management",
    "port",
    "pid",
    "cli"
  ],
  "author": "Yazeed Al Oyoun <me@yazeed.com>",
  "license": "MIT",
  "homepage": "https://github.com/yazeed/proc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yazeed/proc.git"
  },
  "bugs": {
    "url": "https://github.com/yazeed/proc/issues"
  },
  "bin": {
    "proc": "run.js"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "engines": {
    "node": ">=14"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "files": [
    "install.js",
    "run.js",
    "README.md"
  ]
}