-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 914 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
32
33
34
35
{
"name": "disposable-email-provider-domains",
"version": "1.0.9",
"description": "A package with disposable email provider domains",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mits87/disposable-email-provider-domains.git"
},
"keywords": [
"javascript",
"nodejs",
"blacklist",
"email-blacklist",
"disposable"
],
"author": "Piotr Krajewski <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mits87/disposable-email-provider-domains/issues"
},
"homepage": "https://github.com/mits87/disposable-email-provider-domains#readme",
"dependencies": {},
"devDependencies": {
"eslint": "^7.19.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"jest": "^26.6.3",
"prettier": "^2.2.1"
}
}