@arcsine/win-info
Advanced tools
Comparing version 0.2.4 to 0.2.5
{ | ||
"name": "@arcsine/win-info", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Get metadata about a program window (title, id, bounds, screens, owner, etc). Works on macOS, X11-based Desktops (Linux, BSD), Windows.", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"build-darwin": "npm run compile-darwin && npm run move-darwin", | ||
"compile": "tsc; mkdir bin; npm run build-x11 && npm run build-darwin && npm run build-win32", | ||
"compile": "tsc; npm run build-x11 && npm run build-darwin && npm run build-win32", | ||
"prepack": "npm run compile" | ||
@@ -45,2 +45,5 @@ }, | ||
], | ||
"bin": { | ||
"win-info": "./bin/win-info.js" | ||
}, | ||
"keywords": [ | ||
@@ -47,0 +50,0 @@ "macos", |
Sorry, the diff of this file is not supported yet
157841
10
237