UNPKG

@johnqh/haraka

Version:

Haraka plugin for processing incoming messages for the WildDuck IMAP server

64 lines (63 loc) 1.81 kB
{ "name": "@johnqh/haraka", "version": "8.0.17", "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", "postinstall": "patch-package" }, "repository": { "type": "git", "url": "https://github.com/johnqh/haraka-plugin-wildduck.git" }, "engines": { "node": ">=16.20.1" }, "keywords": [ "MX", "SMTP", "Haraka", "Wild", "Duck", "IMAP", "LMTP" ], "author": "Andris Reinman", "license": "BUSL-1.1", "bugs": { "url": "https://github.com/johnqh/haraka-plugin-wildduck/issues" }, "homepage": "https://github.com/johnqh/haraka-plugin-wildduck#readme", "devDependencies": { "@haraka/eslint-config": "2.0.3", "chai": "^6.2.1", "eslint": "9.25.1", "eslint-config-nodemailer": "1.2.0", "eslint-config-prettier": "10.1.8", "grunt": "1.6.1", "grunt-cli": "1.5.0", "grunt-eslint": "24.3.0", "grunt-mocha-test": "^0.13.3", "mocha": "^11.7.5", "npm-check-updates": "19.1.2", "patch-package": "^8.0.1", "prettier": "^3.6.2", "sinon": "^21.0.0" }, "dependencies": { "@johnqh/wildduck": "8.1.8", "gelf": "2.0.1", "haraka-dsn": "1.1.0", "ioredis": "5.8.2", "libmime": "5.3.7", "mailauth": "4.11.0", "mongodb": "^6.20.0", "nodemailer": "7.0.10", "punycode.js": "2.3.1", "srs.js": "0.1.0" } }