logr-reporter-bell
Version:
Logr reporter for triggering a console bell
32 lines (31 loc) • 816 B
JSON
{
"name": "logr-reporter-bell",
"version": "2.0.3",
"description": "Logr reporter for triggering a console bell",
"main": "index.js",
"scripts": {
"test": "node example/example.js",
"lint": "eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/firstandthird/logr-reporter-bell.git"
},
"keywords": [
"logr",
"bell",
"error"
],
"author": "Greg Allen <code@firstandthird.com> (http://firstandthird.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/firstandthird/logr-reporter-bell/issues"
},
"homepage": "https://github.com/firstandthird/logr-reporter-bell#readme",
"devDependencies": {
"eslint": "^7.13.0",
"eslint-config-firstandthird": "^6.0.2",
"eslint-plugin-import": "^2.2.0",
"logr": "^4.0.0"
}
}