{
  "main": "./lib/minidump.js",
  "name": "minidump",
  "description": "Read and process minidump file",
  "version": "0.26.0",
  "types": "index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/electron/node-minidump.git"
  },
  "bugs": {
    "url": "https://github.com/electron/node-minidump/issues"
  },
  "scripts": {
    "prepublishOnly": "shx chmod -R +x ./bin",
    "preinstall": "yarn submodule && node build.js",
    "submodule": "git submodule update --init --recursive",
    "test": "mocha test && standard"
  },
  "devDependencies": {
    "@continuous-auth/semantic-release-npm": "^3.0.0",
    "@electron/get": "^2.0.2",
    "extract-zip": "^1.5.0",
    "mocha": "^10.1.0",
    "shx": "^0.3.3",
    "standard": "^17.0.0",
    "temp": "^0.8.3"
  },
  "files": [
    "LICENSE.md",
    "README.md",
    "/bin",
    "/lib",
    "index.d.ts",
    "build.js",
    "deps",
    "bin"
  ]
}
