haraka/haraka-plugin-log-reader

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "haraka-plugin-log-reader",
  "version": "1.0.14",
  "description": "display log entries from haraka log files via HTTP",
  "main": "index.js",
  "scripts": {
    "test": "npx mocha",
    "lint": "npx eslint *.js test",
    "lintfix": "npx eslint --fix *.js test",
    "cover": "npx istanbul cover npm test",
    "versions": "npx dependency-version-checker check"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/haraka/haraka-plugin-log-reader.git"
  },
  "keywords": [
    "haraka",
    "log",
    "file",
    "uuid"
  ],
  "author": "Matt Simerson <matt@tnpi.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haraka/haraka-plugin-log-reader/issues"
  },
  "homepage": "https://github.com/haraka/haraka-plugin-log-reader#readme",
  "devDependencies": {
    "eslint": "^8",
    "eslint-plugin-haraka": "*",
    "haraka-test-fixtures": "*",
    "mocha": "*"
  }
}