-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.57 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@clearoutio/clearout",
"version": "1.1.8",
"author": "Clearout <[email protected]> (https://clearout.io)",
"deprecated": false,
"description": "Clearout NodeJS module for Clearout REST API ",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"test": "jest --runInBand emailfinder emailverifier account"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clearoutio/clearout-node.git"
},
"keywords": [
"email",
"email verification",
"email validation",
"email verification api",
"email verifier",
"email validator",
"email address validator",
"email cleaning",
"email finder",
"email discovery",
"bulk verification",
"bulk email verifier",
"bulk email finder",
"find email",
"verification",
"validation",
"cleaning",
"real time validation",
"real time verification"
],
"dependencies": {
"@types/node": ">=8.1.0",
"axios": "^0.27.2",
"form-data": "^4.0.0",
"lodash": "^4.17.21",
"openapi-client-axios": "^5.1.2"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"babel-jest": "^28.1.3",
"jest": "^28.1.3",
"config": "^3.3.7",
"random-string": "^0.2.0"
},
"contributors": [
"Gnanaprakash Rathinam <[email protected]> (https://clearout.io/)",
"Ashfaq Ahamed <[email protected]>"
],
"bugs": {
"url": "https://github.com/clearoutio/clearout-node/issues"
},
"homepage": "https://github.com/clearoutio/clearout-node#readme",
"directories": {
"test": "test"
}
}