UNPKG

@akiflow/mailauth

Version:

Email authentication library for Node.js

77 lines (76 loc) 2.43 kB
{ "name": "@akiflow/mailauth", "version": "0.0.2", "description": "Email authentication library for Node.js", "main": "lib/mailauth.js", "scripts": { "test": "eslint \"lib/**/*.js\" \"test/**/*.js\" && mocha --recursive \"./test/**/*.js\" --reporter spec", "build-source": "rm -rf node_modules package-lock.json && npm install && npm run licenses && rm -rf node_modules package-lock.json && npm install --production && rm -rf package-lock.json", "build-dist": "npx pkg --compress Brotli package.json && rm -rf package-lock.json && npm install && node winconf.js", "build-dist-fast": "pkg --debug package.json && npm install && node winconf.js", "licenses": "license-report --only=prod --output=table --config license-report-config.json > licenses.txt", "update": "rm -rf node_modules package-lock.json && npx ncu -u && npm install" }, "repository": { "type": "git", "url": "git+https://github.com/postalsys/mailauth.git" }, "keywords": [ "rfc822", "email", "dkim", "spf", "arc", "dmarc", "bimi", "mta-sts" ], "author": "Postal Systems OÜ", "license": "MIT", "bugs": { "url": "https://github.com/postalsys/mailauth/issues" }, "homepage": "https://github.com/postalsys/mailauth", "devDependencies": { "chai": "4.4.1", "eslint": "8.56.0", "eslint-config-nodemailer": "1.2.0", "eslint-config-prettier": "9.1.0", "js-yaml": "4.1.0", "license-report": "6.7.2", "mbox-reader": "1.2.0", "mocha": "11.5.0", "resedit": "^2.0.3" }, "dependencies": { "@postalsys/vmc": "1.1.2", "fast-xml-parser": "4.5.2", "ipaddr.js": "2.2.0", "joi": "17.13.3", "libmime": "5.3.6", "nodemailer": "7.0.3", "punycode.js": "2.3.1", "tldts": "7.0.7", "undici": "7.10.0", "yargs": "17.7.2" }, "engines": { "node": ">=18.0.0" }, "bin": { "mailauth": "bin/mailauth.js" }, "pkg": { "assets": [ "licenses.txt", "LICENSE.txt" ], "targets": [ "node20-linux-x64", "node20-macos-x64", "node20-macos-arm64", "node20-win-x64" ], "outputPath": "ee-dist" } }