-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 909 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 909 Bytes
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
{
"name": "mailinator-cli",
"version": "1.0.1",
"description": "CLI tool and MCP server to interact with Mailinator disposable email service",
"type": "module",
"main": "bin/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/manybrain/mailinator-cli.git"
},
"bin": {
"mailinator-cli": "bin/index.js"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"start": "node bin/index.js"
},
"keywords": [
"mailinator",
"email",
"cli",
"email workflow testing",
"disposable-email",
"testing"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.26.0",
"axios": "^1.6.7",
"chalk": "^5.3.0",
"cli-table3": "^0.6.3",
"commander": "^12.0.0",
"conf": "^12.0.0",
"date-fns": "^3.3.1",
"dotenv": "^16.6.1",
"express": "^5.2.1",
"zod": "^4.3.6"
}
}