UNPKG

haraka-plugin-bounce

Version:

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

53 lines (52 loc) 1.76 kB
{ "name": "haraka-plugin-bounce", "version": "2.2.0", "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 *.js test", "lint:fix": "npx eslint *.js test --fix", "prettier": "npx prettier . --check", "prettier:fix": "npx prettier . --write --log-level=warn", "test": "node --test test/*.js", "versions": "npx npm-dep-mgr check", "versions:fix": "npx npm-dep-mgr update", "test:coverage": "node --test --experimental-test-coverage --test-coverage-exclude=package.json --test-coverage-exclude=test/*.js test/*.js", "test:coverage:lcov": "mkdir -p coverage && node --test --experimental-test-coverage --test-coverage-exclude=package.json --test-coverage-exclude=test/*.js --test-reporter=lcov --test-reporter-destination=coverage/lcov.info test/*.js" }, "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": { "@haraka/email-address": "^3.1.4", "haraka-net-utils": "^1.8.2", "haraka-plugin-spf": "^1.2.11" }, "devDependencies": { "@haraka/eslint-config": "^2.0.4", "haraka-test-fixtures": "^1.6.0", "sinon": "^22.0.0" }, "prettier": { "printWidth": 120, "singleQuote": true, "semi": false } }