UNPKG

haraka-plugin-limit

Version:

enforce various types of limits on remote MTAs

53 lines (52 loc) 1.39 kB
{ "name": "haraka-plugin-limit", "version": "1.2.7", "description": "enforce various types of limits on remote MTAs", "main": "index.js", "files": [ "config" ], "directories": { "test": "test" }, "dependencies": { "haraka-constants": "^1.0.7", "haraka-plugin-redis": "^2.0.9", "ipaddr.js": "^2.2.0" }, "devDependencies": { "address-rfc2821": "^2.1.3", "@haraka/eslint-config": "^2.0.2", "haraka-test-fixtures": "^1.3.9" }, "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": "npx mocha@11 --exit", "versions": "npx dependency-version-checker check", "versions:fix": "npx dependency-version-checker update && npm run prettier:fix" }, "repository": { "type": "git", "url": "git+https://github.com/haraka/haraka-plugin-limit.git" }, "keywords": [ "haraka", "smtp", "mta", "limit" ], "author": "Matt Simerson <matt@tnpi.net>", "license": "MIT", "bugs": { "url": "https://github.com/haraka/haraka-plugin-limit/issues" }, "homepage": "https://github.com/haraka/haraka-plugin-limit#readme", "prettier": { "singleQuote": true, "semi": false } }