{
  "name": "node-segfault-handler",
  "version": "1.4.2",
  "description": "A C++ Node.js module that helps gathering informations on segmentation fault",
  "main": "index.js",
  "keywords": [
    "linux",
    "alpine-linux",
    "segfault",
    "libunwind"
  ],
  "scripts": {
    "configure": "node-gyp configure",
    "build": "node-gyp build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Shiranuit/node-segfault-handler.git"
  },
  "author": "Shiranuit",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/Shiranuit/node-segfault-handler/issues"
  },
  "homepage": "https://github.com/Shiranuit/node-segfault-handler#readme",
  "dependencies": {
    "bindings": "^1.5.0",
    "nan": "^2.17.0"
  },
  "files": [
    "index.d.ts",
    "index.js",
    "src/*",
    "includes/*",
    "binding.gyp"
  ]
}
