-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 832 Bytes
/
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
{
"name": "email-validator-dns-provider-rules",
"version": "1.3.2",
"description": "Strict Email Validator with checking DNS MX records and email providers rules in browser!",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"test": "vitest"
},
"devDependencies": {
"@types/node": "^20.14.10",
"vitest": "^1.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreinwald/email-validator-dns-provider-rules.git"
},
"keywords": [
"email",
"validator"
],
"author": "https://github.com/andreinwald",
"license": "MIT",
"bugs": {
"url": "https://github.com/andreinwald/email-validator-dns-provider-rules/issues"
},
"homepage": "https://github.com/andreinwald/email-validator-dns-provider-rules#readme"
}