UNPKG

haraka-plugin-messagesniffer

Version:

Haraka plugin that filters messages with messagesniffer

48 lines (47 loc) 1.71 kB
{ "name": "haraka-plugin-messagesniffer", "version": "1.0.2", "description": "Haraka plugin that filters messages with messagesniffer", "main": "index.js", "files": [ "CHANGELOG.md", "config" ], "scripts": { "prepare": "git rev-parse --git-dir >/dev/null 2>&1 && git config core.hooksPath .githooks || true", "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", "qlty": "qlty smells --all", "test": "node --test test/*.js", "test:coverage": "node --test --experimental-test-coverage --test-coverage-exclude=package.json --test-coverage-exclude=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", "versions": "npx npm-dep-mgr check", "versions:fix": "npx npm-dep-mgr update" }, "repository": { "type": "git", "url": "git+https://github.com/haraka/haraka-plugin-messagesniffer.git" }, "keywords": [ "haraka", "plugin", "messagesniffer" ], "author": "Haraka Team <haraka.team@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/haraka/haraka-plugin-messagesniffer/issues" }, "homepage": "https://github.com/haraka/haraka-plugin-messagesniffer#readme", "devDependencies": { "@haraka/eslint-config": "^3.0.0", "haraka-test-fixtures": "^1.7.0" }, "prettier": { "singleQuote": true, "semi": false } }