UNPKG

mailauth

Version:

Email authentication library for Node.js

80 lines (79 loc) 2.52 kB
{ "name": "mailauth", "version": "4.13.0", "description": "Email authentication library for Node.js", "main": "lib/mailauth.js", "types": "index.d.ts", "scripts": { "test": "eslint \"lib/**/*.js\" \"test/**/*.js\" && mocha --recursive \"./test/**/*.js\" --reporter spec", "format": "prettier --write .", "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": "9.39.2", "eslint-config-nodemailer": "1.2.0", "eslint-config-prettier": "10.1.8", "js-yaml": "4.1.1", "license-report": "6.8.1", "mbox-reader": "1.2.0", "mocha": "11.7.5", "prettier": "3.8.1", "resedit": "3.0.1" }, "dependencies": { "@postalsys/vmc": "1.1.3", "fast-xml-parser": "5.3.4", "ipaddr.js": "2.3.0", "joi": "18.0.2", "libmime": "5.3.7", "nodemailer": "7.0.13", "punycode.js": "2.3.1", "tldts": "7.0.21", "undici": "7.20.0", "yargs": "17.7.2" }, "engines": { "node": ">=20.18.1" }, "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" } }