UNPKG

@johnlindquist/mac-windows

Version:

Provide information about Application Windows running and activate and Application.

59 lines 1.33 kB
{ "name": "@johnlindquist/mac-windows", "version": "1.0.2", "description": "Provide information about Application Windows running and activate and Application.", "type": "commonjs", "main": "dist/index.js", "types": "dist/index.d.ts", "os": [ "darwin", "!win32", "!linux" ], "files": [ "dist", "scripts", "README.md" ], "engines": { "node": ">=18" }, "keywords": [ "Mac", "Windows", "Applications", "Dimensions", "Position", "Activate" ], "author": "George Karagkiaouris", "homepage": "https://github.com/karaggeorge/mac-windows", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/karaggeorge/mac-windows.git" }, "bugs": { "url": "https://github.com/karaggeorge/mac-windows/issues" }, "devDependencies": { "@types/node": "^22.13.0", "husky": "^9.1.7", "typescript": "^5.7.3", "vitest": "^3.0.4", "xo": "^0.20.3" }, "xo": { "space": 2 }, "publishConfig": { "access": "public" }, "scripts": { "build:universal": "bash scripts/build-universal.sh", "start": "pnpm node dist/example.js", "build": "pnpm build:universal && tsc", "test": "pnpm exec vitest --watch false", "postinstall": "chmod +x scripts/ActivateWindow scripts/MacWindows" } }