{
  "name": "active-windows",
  "version": "0.1.14",
  "author": "Yves Hoppe <contact@bytee.net> (https://bytee.net)",
  "homepage": "https://bytee.net",
  "repository": {
    "type": "git",
    "url": "https://github.com/yvesh/active-windows"
  },
  "keywords": [
    "current-window",
    "window-manager",
    "xorg",
    "active-window",
    "window"
  ],
  "description": "Get information about active windows and idle time on Windows, Linux and MacOS",
  "main": "index.js",
  "gypfile": true,
  "scripts": {
    "install": "prebuild-install || node-gyp rebuild",
    "build": "node-gyp rebuild",
    "clean": "node-gyp clean"
  },
  "license": "MIT",
  "dependencies": {
    "node-addon-api": "^1.7.2"
  },
  "binary": {
    "napi_versions": [
      3
    ]
  }
}
