{
  "name": "find-process",
  "version": "1.4.11",
  "description": "find process info by port/pid/name etc.",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "mocha test/*.test.js && standard",
    "lint": "standard --fix && npm-ensure -t deps"
  },
  "bin": {
    "find-process": "bin/find-process.js"
  },
  "ensure": {
    "deps": {
      "checkDirs": [
        "lib/*",
        "bin/*",
        "*.js"
      ]
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yibn2008/find-process.git"
  },
  "keywords": [
    "node",
    "process",
    "pid",
    "port"
  ],
  "standard": {
    "globals": [
      "describe",
      "beforeEach",
      "afterEach",
      "it"
    ],
    "ignore": [
      "/node_modules",
      "/doc",
      "/example",
      "/test",
      "index.d.ts"
    ]
  },
  "author": "zoujie <yibn2008@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yibn2008/find-process/issues"
  },
  "homepage": "https://github.com/yibn2008/find-process#readme",
  "dependencies": {
    "chalk": "~4.1.2",
    "commander": "^12.1.0",
    "loglevel": "^1.9.2"
  },
  "devDependencies": {
    "mocha": "^11.0.1",
    "npm-ensure": "^1.3.0",
    "standard": "^17.1.2",
    "eslint": "^9.17.0",
    "glob": "^11.0.0",
    "rimraf": "^6.0.1"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
}
