UNPKG

@custody/plugin-log-notifier

Version:

Post a native notification when your process logs a relevant message

37 lines (36 loc) 931 B
{ "name": "@custody/plugin-log-notifier", "version": "1.0.0", "description": "Post a native notification when your process logs a relevant message", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mixmaxhq/custody-plugin-log-notifier.git" }, "keywords": [ "custody", "plugin", "notifications", "logs" ], "author": "Jeff Wear <jeffreywear@gmail.com>", "license": "MIT", "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/mixmaxhq/custody-plugin-log-notifier/issues" }, "homepage": "https://github.com/mixmaxhq/custody-plugin-log-notifier#readme", "devDependencies": { "eslint": "^6.3.0", "eslint-config-mixmax": "^3.4.0" }, "dependencies": { "node-notifier": "^5.4.3", "promise-callbacks": "^3.3.0" } }