mezon-active-windows
Version:
Get information about active windows and idle time on Windows, Linux and MacOS
35 lines (34 loc) • 832 B
JSON
{
"name": "mezon-active-windows",
"version": "0.1.38",
"author": "Nguyen Tran Nhan <nguyentran@ncc.asia> (https://ncc.asia)",
"homepage": "https://ncc.asia",
"repository": {
"type": "git",
"url": "https://github.com/nguyentrannhan/mezon-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
]
}
}