UNPKG

email-domain-guardian

Version:

A simple, zero-dependency utility to validate email domains against allow and disallow lists.

37 lines 851 B
{ "name": "email-domain-guardian", "version": "1.0.0", "description": "A simple, zero-dependency utility to validate email domains against allow and disallow lists.", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/pargatsidhu/email-domain-guardian.git" }, "keywords": [ "email", "domain", "validator", "validation", "allowlist", "blocklist", "disallow", "security" ], "author": "Your Name <your.email@example.com>", "license": "MIT", "bugs": { "url": "https://github.com/pargatsidhu/email-domain-guardian/issues" }, "homepage": "https://github.com/pargatsidhu/email-domain-guardian#readme", "devDependencies": { "jest": "^29.0.0" }, "files": [ "index.js", "README.md", "LICENSE" ] }