{
  "name": "node-oom-heapdump",
  "version": "3.8.1",
  "description": "Create a V8 heap snapshot when an \"Out of Memory\" error occurs, or create a heap snapshot or CPU profile on request.",
  "main": "index.js",
  "scripts": {
    "rebuild": "node-pre-gyp install --build-from-source",
    "install": "node-pre-gyp install --fallback-to-build",
    "test": "node --max_old_space_size=80 --inspect ./tests/oom_app.js",
    "dummy": "node -e \"process.exit(0)\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blueconic/node-oom-heapdump.git"
  },
  "binary": {
    "module_name": "node_oom_heapdump_native",
    "module_path": "./build/Release",
    "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{libc}.tar.gz",
    "host": "https://github.com/blueconic/node-oom-heapdump/releases/download/{version}"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "keywords": [
    "nodejs",
    "memory-leak",
    "out-of-memory",
    "heapdump",
    "memory",
    "OnFatalError",
    "OnOOMError"
  ],
  "author": "Paul Rütter",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/blueconic/node-oom-heapdump/issues"
  },
  "homepage": "https://github.com/blueconic/node-oom-heapdump#readme",
  "devDependencies": {
    "eslint-config-google": "^0.14.0"
  },
  "dependencies": {
    "@mapbox/node-pre-gyp": "2.0.3",
    "bindings": "^1.5.0",
    "chrome-remote-interface": "^0.34.0",
    "nan": "^2.26.2",
    "require-main-filename": "^2.0.0",
    "ws": "^8.20.0"
  },
  "overrides": {
    "@mapbox/node-pre-gyp": {
      "tar": "7.5.11"
    }
  }
}
