-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.05 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.05 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
{
"name": "mcp-server-tempmail",
"version": "1.0.1",
"description": "MCP server for temporary email management using ChatTempMail API",
"mcpName": "io.github.Selenium39/mcp-server-tempmail",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"clean": "rm -rf dist"
},
"keywords": [
"mcp",
"temp-mail",
"email",
"temporary-email",
"chat-tempmail",
"claude",
"cursor",
"ai-tools"
],
"author": "Selenium39",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"axios": "^1.6.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0",
"tsx": "^4.0.0"
},
"bin": {
"mcp-server-tempmail": "./dist/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Selenium39/mcp-server-tempmail.git"
},
"homepage": "https://github.com/Selenium39/mcp-server-tempmail",
"bugs": {
"url": "https://github.com/Selenium39/mcp-server-tempmail/issues"
}
}