check-email-js
Version:
An NPM module that validates email addresses with an optional domain restriction.
47 lines (46 loc) • 994 B
JSON
{
"name": "check-email-js",
"version": "1.0.2",
"description": "An NPM module that validates email addresses with an optional domain restriction.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/kenryanlabso/check-email-js.git"
},
"files": [
"lib/**/*",
"src/**/*",
"README.md",
"LICENSE"
],
"keywords": [
"npm",
"email",
"check",
"checker",
"validate",
"validation",
"validator",
"check-email",
"check-email-js",
"validate-email",
"check email",
"check email js",
"validate email",
"email checker",
"email validator",
"validate email with domain",
"check email with domain"
],
"author": "Ken Labso <kenryan.labso19@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.15.3",
"typescript": "^5.0.2"
}
}