-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "emailable",
"version": "3.1.1",
"description": "Email Verification that's astonishingly easy and low-cost. See https://emailable.com for details.",
"main": "lib/emailable.js",
"types": "lib/emailable.d.ts",
"scripts": {
"test": "mocha --timeout 10000",
"test:types": "tsd",
"lint": "eslint"
},
"tsd": {
"directory": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/emailable/emailable-node.git"
},
"keywords": [
"email verification",
"email validation",
"verification",
"validation",
"email"
],
"author": "Emailable <support@emailable.com",
"contributors": [
"Jarrett Lusso <jarrett@emailable.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/emailable/emailable-node/issues"
},
"homepage": "https://github.com/emailable/emailable-node#readme",
"devDependencies": {
"chai": "^6.2.2",
"eslint": "^10.0.0",
"eslint-config-cache-ventures": "^2.0.2",
"mocha": "^11.0.1",
"tsd": "^0.33.0"
},
"dependencies": {
"axios": "^1.6.0"
},
"packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc"
}