{
  "name": "haraka-plugin-dcc",
  "version": "1.0.3",
  "description": "Haraka plugin that scans messages with DCC",
  "main": "index.js",
  "files": [
    "CHANGELOG.md",
    "config"
  ],
  "scripts": {
    "lint": "npx eslint@^9 *.js test",
    "lint:fix": "npx eslint@^9 --fix *.js test",
    "test": "npx mocha@^11",
    "format": "npm run prettier:fix && npm run lint:fix",
    "prettier": "npx prettier . --check",
    "prettier:fix": "npx prettier . --write --log-level=warn",
    "versions": "npx dependency-version-checker check",
    "versions:fix": "npx dependency-version-checker update"
  },
  "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": {
    "haraka-test-fixtures": "*",
    "@haraka/eslint-config": "^2.0.2"
  },
  "prettier": {
    "singleQuote": true,
    "semi": false
  }
}
