-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.04 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.04 KB
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": "@emailverifyio/emailverify-sdk",
"version": "1.0.0",
"description": "This SDK contains methods for interacting easily with EmailVerify.io API. More information about EmailVerify you can find in the official documentation.",
"main": "dist/emailVerifySDK.js",
"scripts": {
"test": "jest",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Clustox/emailverify-javascript.git"
},
"keywords": ["emailverify", "emailverify.io", "email finder", "emailverify sdk", "email verification", "verification"],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Clustox/emailverify-javascript/issues"
},
"homepage": "https://github.com/Clustox/emailverify-javascript#readme",
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"babel-jest": "^29.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.6.4",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1",
"whatwg-fetch": "^3.6.18"
}
}