UNPKG

logr-slack

Version:

plugin for logr that posts tags and log message to slack

36 lines (35 loc) 818 B
{ "name": "logr-slack", "version": "3.0.1", "description": "plugin for logr that posts tags and log message to slack", "main": "index.js", "scripts": { "lint": "eslint .", "test": "tap" }, "keywords": [ "logr", "slack" ], "repository": { "type": "git", "url": "git+https://github.com/firstandthird/logr-slack.git" }, "author": "First+Third", "license": "MIT", "bugs": { "url": "https://github.com/firstandthird/logr-slack/issues" }, "homepage": "https://github.com/firstandthird/logr-slack#readme", "devDependencies": { "@hapi/hapi": "^20.0.1", "eslint": "^7.13.0", "eslint-config-firstandthird": "^6.0.2", "eslint-plugin-import": "^2.8.0", "logr": "4.0.0", "tap": "^14.10.8" }, "dependencies": { "post2slack": "^3.0.1" } }