UNPKG

haraka-plugin-access

Version:

Haraka plugin for ACLs for email connections

54 lines (53 loc) 1.8 kB
{ "name": "haraka-plugin-access", "version": "1.4.0", "description": "Haraka plugin for ACLs for email connections", "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: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-access.git" }, "keywords": [ "haraka", "plugin", "access" ], "author": "Haraka Team <haraka.mail@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/haraka/haraka-plugin-access/issues" }, "homepage": "https://github.com/haraka/haraka-plugin-access#readme", "devDependencies": { "@haraka/eslint-config": "~3.0.0", "haraka-test-fixtures": "~1.6.2" }, "dependencies": { "@haraka/email-address": "~3.1.5", "haraka-net-utils": "~1.9.0", "haraka-tld": "~1.3.5", "haraka-utils": "~2.1.0" }, "prettier": { "singleQuote": true, "semi": false } }