haraka/haraka-plugin-karma

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "haraka-plugin-karma",
  "version": "2.1.5",
  "description": "A heuristics scoring and reputation engine for SMTP connections",
  "main": "index.js",
  "files": [
    "CHANGELOG.md",
    "config",
    "test"
  ],
  "scripts": {
    "format": "npm run prettier:fix && npm run lint:fix",
    "lint": "npx eslint@^8 *.js test",
    "lint:fix": "npx eslint@^8 *.js test --fix",
    "prettier": "npx prettier . --check",
    "prettier:fix": "npx prettier . --write --log-level=warn",
    "test": "npx mocha@^10",
    "versions": "npx dependency-version-checker check",
    "versions:fix": "npx dependency-version-checker update"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/haraka/haraka-plugin-karma.git"
  },
  "keywords": [
    "haraka"
  ],
  "author": "matt@tnpi.net",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haraka/haraka-plugin-karma/issues"
  },
  "homepage": "https://github.com/haraka/haraka-plugin-karma#readme",
  "dependencies": {
    "address-rfc2821": "^2.1.2",
    "haraka-constants": "^1.0.6",
    "haraka-utils": "^1.1.1",
    "haraka-plugin-redis": "^2.0.6",
    "redis": "^4.6.13"
  },
  "devDependencies": {
    "@haraka/eslint-config": "^1.1.2",
    "haraka-test-fixtures": "^1.3.4"
  }
}