ismail
Version:
validity checks of the most commonly used services
38 lines (37 loc) • 675 B
JSON
{
"name": "ismail",
"version": "1.2.0",
"description": "validity checks of the most commonly used services",
"keywords": [
"email",
"email",
"mail",
"regex",
"regexp",
"hotmail",
"outlook",
"gmail",
"yandex",
"validation"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/",
"README.md"
],
"scripts": {
"build": "./node_modules/.bin/tsc -p .",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git@github.com:ssdwho/ismail.git"
},
"author": "ssdwho",
"license": "MIT",
"devDependencies": {
"@types/node": "^12.0.10",
"jest": "^24.8.0"
}
}