{
  "name": "get-cwd-of-process",
  "version": "0.3.4",
  "description": "Gets the working-directory of another process",
  "main": "lib/index.js",
  "repository": "https://github.com/Axosoft/get-cwd-of-process",
  "author": "Axosoft, LLC",
  "license": "MIT",
  "dependencies": {
    "node-addon-api": "^8.0.0",
    "node-gyp": "^11.0.0"
  },
  "resolutions": {
    "brace-expansion": "^2.1.2",
    "picomatch": ">=4.0.4",
    "tar": ">=7.5.19"
  },
  "scripts": {
    "install": "node scripts/install.js"
  }
}