{
    "name": "haraka-plugin-wildduck",
    "version": "5.8.41",
    "description": "Haraka plugin for processing incoming messages for the WildDuck IMAP server",
    "main": "index.js",
    "scripts": {
        "lint": "npx eslint *.js lib",
        "lint:fix": "npx eslint *.js lib --fix",
        "test": "grunt",
        "update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/zone-eu/haraka-plugin-wildduck.git"
    },
    "keywords": [
        "MX",
        "SMTP",
        "Haraka",
        "Wild",
        "Duck",
        "IMAP",
        "LMTP"
    ],
    "author": "Andris Reinman",
    "license": "EUPL-1.1+",
    "bugs": {
        "url": "https://github.com/zone-eu/haraka-plugin-wildduck/issues"
    },
    "homepage": "https://github.com/zone-eu/haraka-plugin-wildduck#readme",
    "devDependencies": {
        "@haraka/eslint-config": "2.0.3",
        "eslint": "9.25.1",
        "eslint-config-nodemailer": "1.2.0",
        "eslint-config-prettier": "10.1.8",
        "grunt": "1.6.2",
        "grunt-cli": "1.5.0",
        "grunt-eslint": "24.3.0",
        "npm-check-updates": "22.2.1"
    },
    "dependencies": {
        "@zone-eu/wildduck": "1.48.2",
        "gelf": "2.0.1",
        "haraka-dsn": "1.2.0",
        "ioredis": "5.10.1",
        "libmime": "5.3.8",
        "mailauth": "4.13.3",
        "mongodb": "4.17.0",
        "nodemailer": "8.0.8",
        "punycode.js": "2.3.1",
        "srs.js": "0.1.0"
    }
}
