UNPKG

@stack-inc/electron-notification-state

Version:
44 lines 1.18 kB
{ "name": "@stack-inc/electron-notification-state", "version": "0.1.3", "description": "Should you send a notification?", "main": "./lib/index.js", "typings": "./lib/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/stack-inc/electron-notification-state.git" }, "author": { "email": "felix@felixrieseberg.com", "name": "Felix Rieseberg", "url": "http://www.felixrieseberg.com" }, "scripts": { "build": "tsc -p .", "prepublish": "npm run build" }, "license": "MIT", "keywords": [ "macos", "darwin", "CGSSessionScreenIsLocked", "kCGSSessionOnConsoleKey", "doNotDisturb", "do not disturb", "windows", "SHQueryUserNotificationState", "notifications" ], "bugs": { "url": "https://github.com/stack-inc/electron-notification-state/issues" }, "homepage": "https://github.com/stack-inc/electron-notification-state#readme", "dependencies": { "@stack-inc/macos-notification-state": "^0.1.0", "@stack-inc/windows-notification-state": "^0.1.2", "@stack-inc/windows-quiet-hours": "^0.1.1" }, "devDependencies": { "@types/node": "^18.0.0" } }