UNPKG

haraka-plugin-dkim

Version:
60 lines (59 loc) 1.49 kB
{ "name": "haraka-plugin-dkim", "version": "1.0.11", "description": "Haraka DKIM plugin", "bin": [ "dkim_key_gen.sh", "./config/dkim_key_gen.sh", "dkimverify", "./bin/dkimverify" ], "main": "index.js", "files": [ "CHANGELOG.md", "bin", "config", "lib" ], "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-dkim.git" }, "keywords": [ "haraka", "haraka-plugin", "dkim" ], "author": "Welcome Member <haraka.team@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/haraka/haraka-plugin-dkim/issues" }, "homepage": "https://github.com/haraka/haraka-plugin-dkim#readme", "devDependencies": { "@haraka/eslint-config": "^2.0.2", "haraka-test-fixtures": "1.3.9" }, "dependencies": { "address-rfc2821": "^2.1.3", "address-rfc2822": "^2.2.3", "async": "^3.2.6", "haraka-email-message": "^1.2.5", "haraka-utils": "^1.1.4", "nopt": "^8.1.0" }, "prettier": { "singleQuote": true, "semi": false } }