UNPKG

haraka-plugin-dkim

Version:
59 lines (58 loc) 1.52 kB
{ "name": "haraka-plugin-dkim", "version": "1.1.2", "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 *.js test", "lint:fix": "npx eslint *.js test --fix", "prettier": "npx prettier . --check", "prettier:fix": "npx prettier . --write --log-level=warn", "test": "node --test", "versions": "npx npm-dep-mgr check", "versions:fix": "npx npm-dep-mgr update", "test:coverage": "npx c8 --reporter=text --reporter=text-summary npm test" }, "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.4", "haraka-test-fixtures": "^1.4.3" }, "dependencies": { "address-rfc2821": "^2.1.5", "address-rfc2822": "^2.2.3", "async": "^3.2.6", "haraka-email-message": "^1.3.3", "haraka-utils": "^1.1.4", "nopt": "^9.0.0" }, "prettier": { "singleQuote": true, "semi": false } }