UNPKG

mailauth

Version:

Email authentication library for Node.js

80 lines (79 loc) 2.52 kB
{ "name": "mailauth", "version": "4.13.3", "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": "10.3.0", "eslint-config-nodemailer": "1.2.0", "eslint-config-prettier": "10.1.8", "js-yaml": "4.1.1", "license-report": "6.8.2", "mbox-reader": "1.2.0", "mocha": "11.7.5", "prettier": "3.8.3", "resedit": "3.0.2" }, "dependencies": { "@postalsys/vmc": "1.1.4", "fast-xml-parser": "5.7.3", "ipaddr.js": "2.4.0", "joi": "18.2.1", "libmime": "5.3.8", "nodemailer": "8.0.7", "punycode.js": "2.3.1", "tldts": "7.0.30", "undici": "7.25.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" } }