UNPKG

haraka-plugin-bounce

Version:

Provide multiple configurable strategies to detect, validate, and process email bounces

52 lines (51 loc) 1.42 kB
{ "name": "haraka-plugin-bounce", "version": "2.0.1", "description": "Provide multiple configurable strategies to detect, validate, and process email bounces", "main": "index.js", "files": [ "CHANGELOG.md", "config" ], "scripts": { "format": "npm run prettier:fix && npm run lint:fix", "lint": "npx eslint@^9 *.js test", "lint:fix": "npx eslint@^9 *.js test --fix", "prettier": "npx prettier . --check", "prettier:fix": "npx prettier . --write --log-level=warn", "test": "npx mocha@^11", "versions": "npx dependency-version-checker check", "versions:fix": "npx dependency-version-checker update" }, "repository": { "type": "git", "url": "git+https://github.com/haraka/haraka-plugin-bounce.git" }, "keywords": [ "haraka", "plugin", "bounce" ], "author": "Haraka Team <haraka.team@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/haraka/haraka-plugin-bounce/issues" }, "homepage": "https://github.com/haraka/haraka-plugin-bounce#readme", "dependencies": { "address-rfc2822": "^2.2.3", "haraka-net-utils": "^1.7.2", "haraka-plugin-spf": "^1.2.9" }, "devDependencies": { "@haraka/eslint-config": "^2.0.2", "haraka-test-fixtures": "1.3.9", "mocha": "^11.4.0", "prettier": "^3.5.3", "sinon": "^20.0.0" }, "prettier": { "singleQuote": true, "semi": false } }