{
  "name": "@lordprotector/shutdown-block-reason",
  "version": "0.0.4",
  "description": "Windows shutdown block reason native addon",
  "main": "./lib/binding.js",
  "types": "./lib/binding.d.ts",
  "dependencies": {
    "bindings": "^1.5.0",
    "node-addon-api": "^8.2.2"
  },
  "scripts": {
    "install": "node-gyp rebuild",
    "test": "node ./test/test_binding.mjs"
  },
  "gypfile": true,
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/savely-krasovsky/shutdown-block-reason.git"
  },
  "keywords": [
    "win32",
    "win-api",
    "windows"
  ],
  "author": "Savely Krasovsky",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/savely-krasovsky/shutdown-block-reason/issues"
  },
  "homepage": "https://github.com/savely-krasovsky/shutdown-block-reason#readme"
}
