-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 893 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
36
37
38
39
40
41
42
43
44
45
{
"name": "miabclient",
"version": "1.0.0",
"description": "A simple module for the Mail-in-a-Box API with little additions",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node test.js"
},
"keywords": [
"mail-in-a-box",
"mailinabox",
"miab",
"mail",
"box",
"email",
"api",
"client",
"email-client",
"emailgenerator",
"generator",
"kopeechka",
"kopeechka-store",
"hotmailbox",
"miab",
"tempmail",
"roundcube",
"roundcubemail",
"roundcube-mail",
"emails"
],
"author": "Demon Martin",
"license": "ISC",
"dependencies": {
"axios": "^1.6.7",
"imapflow": "^1.0.156",
"mailparser": "^3.6.9",
"unique-username-generator": "^1.3.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/DemonMartin/miabClient.git"
}
}