-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
63 lines (63 loc) · 1.47 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": "mail.tm-api",
"version": "3.0.1",
"description": "A powerful library to use the Mail.TM api and Mail.GW to receive emails",
"main": "./dist/index.js",
"homepage": "https://github.com/XielQs/mail.tm-api#readme",
"scripts": {
"test": "nodemon -e ts --watch test/ --watch dist/ --exec \"ts-node test/index.ts\"",
"watch": "tsc --watch",
"build": "tsc",
"lint": "eslint src/ --ext .ts",
"copy": "xcopy /E /Y /I src\\types dist\\types"
},
"keywords": [
"mail",
"tm",
"api",
"email",
"receive",
"temp mail",
"temporary mail",
"mail tm",
"mail service",
"receive emails",
"mail.tm",
"library",
"xielq"
],
"author": "XielQ",
"license": "MIT",
"dependencies": {
"axios": "^1.6.7",
"eventsource": "^2.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XielQs/mail.tm-api.git"
},
"contributors": [
{
"name": "XielQ",
"email": "[email protected]"
}
],
"files": [
"dist"
],
"devDependencies": {
"@types/eventsource": "^1.1.15",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"typescript": "*"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/XielQs/mail.tm-api"
}
}