haraka/haraka-plugin-dkim

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "haraka-plugin-dkim",
  "version": "1.0.8",
  "description": "Haraka DKIM plugin",
  "bin": [
    "dkim_key_gen.sh",
    "./config/dkim_key_gen.sh",
    "dkimverify",
    "./bin/dkimverify"
  ],
  "main": "index.js",
  "files": [
    "CHANGELOG.md",
    "bin",
    "config",
    "lib"
  ],
  "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": "node --test",
    "versions": "npx dependency-version-checker check",
    "versions:fix": "npx dependency-version-checker update"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/haraka/haraka-plugin-dkim.git"
  },
  "keywords": [
    "haraka",
    "haraka-plugin",
    "dkim"
  ],
  "author": "Welcome Member <haraka.team@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haraka/haraka-plugin-dkim/issues"
  },
  "homepage": "https://github.com/haraka/haraka-plugin-dkim#readme",
  "devDependencies": {
    "@haraka/eslint-config": "1.1.5",
    "haraka-test-fixtures": "1.3.7"
  },
  "dependencies": {
    "address-rfc2821": "^2.1.2",
    "address-rfc2822": "^2.2.2",
    "async": "^3.2.5",
    "haraka-email-message": "^1.2.3",
    "haraka-utils": "^1.1.3",
    "nopt": "^7.2.1"
  }
}