UNPKG

haraka-plugin-rspamd

Version:
47 lines (46 loc) 1.21 kB
{ "name": "haraka-plugin-rspamd", "version": "1.3.3", "description": "Haraka plugin for rspamd", "main": "index.js", "scripts": { "format": "npm run prettier:fix && npm run lint:fix", "lint": "npx eslint *.js test", "lint:fix": "npx eslint --fix *.js test", "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-rspamd.git" }, "keywords": [ "haraka", "plugin", "rspamd" ], "author": "Haraka Team <haraka.mail@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/haraka/haraka-plugin-rspamd/issues" }, "homepage": "https://github.com/haraka/haraka-plugin-rspamd#readme", "devDependencies": { "haraka-test-fixtures": "^1.3.8", "@haraka/eslint-config": "^2.0.2" }, "dependencies": { "haraka-dsn": "^1.1.0" }, "files": [ "CHANGELOG.md", "config" ], "prettier": { "singleQuote": true, "semi": false } }