{
  "name": "@paymoapp/electron-shutdown-handler",
  "version": "1.1.2",
  "description": "Handle shutdown messages on windows in your electron app and delay system shutdown",
  "main": "dist/index.js",
  "binary": {
    "napi_versions": [
      6
    ]
  },
  "files": [
    "binding.gyp",
    "install.js",
    "dist/",
    "module/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paymoapp/electron-shutdown-handler.git"
  },
  "author": "Paymo LLC",
  "license": "MIT",
  "homepage": "https://github.com/paymoapp/electron-shutdown-handler#readme",
  "devDependencies": {
    "@types/node": "^18.7.14",
    "@typescript-eslint/eslint-plugin": "^5.36.1",
    "@typescript-eslint/parser": "^5.36.1",
    "electron": "^20.1.1",
    "eslint": "^8.23.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-watch": "^8.0.0",
    "markdown-toc": "^1.2.0",
    "node-gyp": "^9.1.0",
    "prebuild": "^13.0.1",
    "prettier": "^2.7.1",
    "rimraf": "^3.0.2",
    "standard-version": "^9.5.0",
    "typescript": "^4.8.2"
  },
  "dependencies": {
    "node-addon-api": "^5.0.0",
    "prebuild-install": "^7.1.2"
  },
  "standard-version": {
    "scripts": {
      "prerelease": "git fetch --all --tags"
    },
    "types": [
      {
        "type": "feat",
        "section": "Features"
      },
      {
        "type": "fix",
        "section": "Bug Fixes"
      },
      {
        "type": "imp",
        "section": "Improvements"
      },
      {
        "type": "ci",
        "section": "Build/CI"
      },
      {
        "type": "chore",
        "hidden": true
      },
      {
        "type": "docs",
        "section": "Documentation"
      },
      {
        "type": "refactor",
        "section": "Refactor"
      },
      {
        "type": "test",
        "section": "Testing"
      }
    ]
  }
}