-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
62 lines (62 loc) · 1.49 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
{
"name": "easy-yopmail",
"version": "5.2.1",
"description": "Easy-YOPMail (get mail address, inbox and read mail from YOPMail with nodeJS)",
"main": "index.js",
"engines": {
"node": ">=18"
},
"scripts": {
"build": "babel src --out-dir dist && babel index.js --out-file dist/index.js",
"release": "release-it",
"test": "node tests/e2eTest.spec.js",
"unit.test": "node tests/unitTest.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jasp402/Easy-YOPmail.git"
},
"keywords": [
"javascript",
"tools",
"yopmail",
"temporal mail",
"mails",
"email",
"easy-yopmail",
"jas402"
],
"author": {
"name": "Jesús Antonio Pérez Sandoval",
"email": "[email protected]",
"url": "https://jasp402.com/",
"socials": {
"twitter": "https://twitter.com/jasp402",
"linkedin": "https://www.linkedin.com/in/jasp402/",
"github": "https://github.com/jasp402"
}
},
"license": "ISC",
"bugs": {
"url": "https://github.com/jasp402/easy-yopmail/issues",
"email": "[email protected]"
},
"homepage": "https://jasp402.github.io/Easy-YOPmail/starter-topic.html",
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/jasp402"
},
{
"type": "buymeacoffee",
"url": "https://buymeacoffee.com/wjton2s"
},
{
"type": "kofi",
"url": "https://ko-fi.com/jasp402"
}
],
"dependencies": {
"cheerio": "^1.0.0-rc.12"
}
}