haraka-plugin-clamd
Version:
Haraka plugin that scans emails with clamd
48 lines (47 loc) • 1.26 kB
JSON
{
"name": "haraka-plugin-clamd",
"version": "1.0.2",
"description": "Haraka plugin that scans emails with clamd",
"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": "node --test",
"versions": "npx dependency-version-checker check",
"versions:fix": "npx dependency-version-checker update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haraka/haraka-plugin-clamd.git"
},
"keywords": [
"haraka",
"plugin",
"clamd"
],
"author": "Haraka Team <haraka.team@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/haraka/haraka-plugin-clamd/issues"
},
"homepage": "https://github.com/haraka/haraka-plugin-clamd#readme",
"dependencies": {
"haraka-net-utils": "^1.7.1",
"haraka-utils": "^1.1.3"
},
"devDependencies": {
"@haraka/eslint-config": "^2.0.2",
"haraka-test-fixtures": "1.3.8"
},
"prettier": {
"singleQuote": true,
"semi": false
}
}