{
  "main": "./lib/minidump.js",
  "name": "minidump",
  "description": "Read and process minidump file",
  "version": "0.26.1",
  "type": "module",
  "types": "index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/electron/node-minidump.git"
  },
  "engines": {
    "node": ">=22.12.0"
  },
  "bugs": {
    "url": "https://github.com/electron/node-minidump/issues"
  },
  "publishConfig": {
    "provenance": true
  },
  "scripts": {
    "lint": "oxfmt --check . && oxlint",
    "lint:fix": "oxfmt --write . && oxlint --fix",
    "preinstall": "yarn submodule && node build.js",
    "prepack": "shx chmod -R +x ./bin",
    "submodule": "git submodule update --init --recursive",
    "test": "mocha test",
    "prepare": "husky"
  },
  "devDependencies": {
    "@electron/get": "^4.0.1",
    "extract-zip": "^1.5.0",
    "husky": "^9.1.7",
    "lint-staged": "^16.4.0",
    "mocha": "^10.8.2",
    "oxfmt": "^0.44.0",
    "oxlint": "^1.59.0",
    "shx": "^0.3.3",
    "temp": "^0.8.3"
  },
  "files": [
    "LICENSE.md",
    "README.md",
    "/bin",
    "/lib",
    "index.d.ts",
    "build.js",
    "deps",
    "bin"
  ],
  "lint-staged": {
    "*.js": [
      "oxfmt --write",
      "oxlint --fix"
    ],
    "*.json": [
      "oxfmt --write"
    ]
  },
  "resolutions": {
    "fsevents": "npm:@electron/fsevents@2.3.3-fork"
  },
  "packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f"
}
