mailproof
Version:
A lightweight and efficient email validation library that checks email format, MX records, and SMTP response.
51 lines (50 loc) • 1.21 kB
JSON
{
"name": "mailproof",
"version": "1.2.0",
"description": "A lightweight and efficient email validation library that checks email format, MX records, and SMTP response.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"scripts": {
"start": "node dist/index.js",
"dev": "ts-node-dev --respawn --transpile-only src/index.ts",
"build": "tsc",
"format": "prettier --write .",
"lint": "prettier --check .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"express": "^4.21.2",
"node-fetch": "2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/node": "^22.13.10",
"@types/node-fetch": "^2.6.12",
"prettier": "^3.5.3",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.8.2"
},
"author": "Utkarsh-Singhal-26",
"keywords": [
"email",
"email-validator",
"email-check",
"SMTP",
"MX-records",
"validate-email",
"email-verification",
"email-existence",
"disposable-email",
"email-authentication"
],
"license": "MIT"
}