@stack-inc/macos-notification-state
Version:
macOS notification state as a native node addon
38 lines • 932 B
JSON
{
"name": "@stack-inc/macos-notification-state",
"version": "0.1.0",
"description": "macOS notification state as a native node addon",
"main": "lib/index.js",
"scripts": {
"preinstall": "node ensure-sdk.js",
"test": "standard && mocha ./test/test.js"
},
"repository": "https://github.com/felixrieseberg/macos-notification-state",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/felixrieseberg/macos-notification-state/blob/master/LICENSE"
}
],
"dependencies": {
"bindings": "^1.5.0"
},
"author": {
"email": "felix@felixrieseberg.com",
"name": "Felix Rieseberg",
"url": "http://www.felixrieseberg.com"
},
"keywords": [
"macos",
"darwin",
"CGSSessionScreenIsLocked",
"kCGSSessionOnConsoleKey",
"doNotDisturb",
"do not disturb"
],
"devDependencies": {
"mocha": "^9.2.0",
"standard": "^16.0.1"
}
}