haraka/haraka-plugin-dcc

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "haraka-plugin-dcc",
  "version": "1.0.2",
  "description": "Haraka plugin that scans messages with DCC",
  "main": "index.js",
  "scripts": {
    "lint": "npx eslint *.js test",
    "lintfix": "npx eslint --fix *.js test",
    "test": "npx mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/haraka/haraka-plugin-dcc.git"
  },
  "keywords": [
    "haraka",
    "plugin",
    "dcc"
  ],
  "author": "Haraka Team <haraka.mail@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haraka/haraka-plugin-dcc/issues"
  },
  "homepage": "https://github.com/haraka/haraka-plugin-dcc#readme",
  "devDependencies": {
    "eslint": ">=8",
    "eslint-plugin-haraka": "*",
    "haraka-test-fixtures": "*",
    "mocha": ">=9"
  }
}