-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "email-sanitizer",
"version": "1.0.2",
"description": "A utility package that detects and filters out temporary or disposable email addresses to prevent spam and ensure valid user registrations.",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/raahulrathore/email-sanitizer.git"
},
"author": "Rahul Rathore",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/raahulrathore/email-sanitizer/issues"
},
"homepage": "https://github.com/raahulrathore/email-sanitizer#readme",
"contributors": [
"Rahul Rathore <[email protected]>"
],
"keywords": [
"email",
"sanitizer",
"temp-email",
"temporary-email",
"disposable-email",
"email-check",
"email-verification",
"email-validation",
"spam-protection",
"email-filter",
"blacklist",
"spam-detection",
"email-security",
"fraud-prevention",
"email-checker",
"email-monitoring",
"fake-email",
"mail-sanitizer",
"email-safety",
"temp-mail",
"burner-email",
"no-spam"
]
}