package.json
{
"name": "haraka-plugin-headers",
"version": "1.0.5",
"description": "Haraka plugin that performs tests on email headers",
"main": "index.js",
"files": [
"config",
"CHANGELOG.md"
],
"scripts": {
"format": "npm run prettier:fix && npm run lint:fix",
"prettier": "npx prettier . --check",
"prettier:fix": "npx prettier . --write --log-level=warn",
"lint": "npx eslint@^8 *.js test",
"lint:fix": "npx eslint@^8 --fix *.js test",
"test": "npx mocha@^10",
"versions": "npx dependency-version-checker check",
"versions:fix": "npx dependency-version-checker update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haraka/haraka-plugin-headers.git"
},
"keywords": [
"haraka",
"plugin",
"haraka-plugin-headers"
],
"author": "Matt Simerson <matt@tnpi.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/haraka/haraka-plugin-headers/issues"
},
"homepage": "https://github.com/haraka/haraka-plugin-headers#readme",
"devDependencies": {
"@haraka/eslint-config": "^1.1.5",
"haraka-test-fixtures": "^1.3.8"
},
"dependencies": {
"haraka-tld": "^1.2.2",
"address-rfc2821": "^2.1.2",
"address-rfc2822": "^2.2.2"
}
}