-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.1 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.1 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
46
47
48
49
50
51
52
53
{
"name": "@pasympa/discord-mcp",
"version": "1.4.1",
"description": "A lightweight, multi-guild Discord MCP server with 90+ tools",
"main": "dist/index.js",
"type": "commonjs",
"bin": {
"discord-mcp": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc && node dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"discord",
"mcp",
"model-context-protocol",
"claude",
"ai",
"bot",
"discord-bot",
"cursor",
"windsurf",
"claude-desktop"
],
"author": "PaSympa",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/PaSympa/discord-mcp"
},
"homepage": "https://github.com/PaSympa/discord-mcp#readme",
"bugs": {
"url": "https://github.com/PaSympa/discord-mcp/issues"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.27.1",
"discord.js": "^14.25.1",
"dotenv": "^17.3.1"
},
"devDependencies": {
"@types/node": "^25.5.0",
"typescript": "^5.9.3"
}
}