{
  "name": "process-hider",
  "version": "1.0.3",
  "author": "vincent0700 <wang.yuanqiu007@gmail.com> (https://vincentstudio.info)",
  "description": "A nodejs module to hide linux process.",
  "keywords": [
    "processhider",
    "process-hider",
    "process"
  ],
  "main": "index.js",
  "bin": {
    "ph": "./bin/cli.js"
  },
  "repository": {
    "url": "https://github.com/Vincent0700/node-process-hider.git",
    "type": "git"
  },
  "dependencies": {
    "cli-table": "^0.3.1",
    "colors": "^1.4.0",
    "commander": "^4.1.0",
    "jsonfile": "^5.0.0",
    "shelljs": "^0.8.3"
  },
  "license": "MIT"
}
