{
  "name": "@sunwood-ai-labs/discord-mcp",
  "version": "0.2.3",
  "type": "module",
  "description": "Discord MCP server: route-generated tools + Gateway events for Model Context Protocol clients.",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Sunwood-ai-labs/discord-mcp.git"
  },
  "homepage": "https://github.com/Sunwood-ai-labs/discord-mcp#readme",
  "license": "MIT",
  "bin": {
    "mcp-discord-server": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js",
    "prepare": "npm run build",
    "lint": "eslint .",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs"
  },
  "engines": {
    "node": ">=20.11.0"
  },
  "dependencies": {
    "@discordjs/core": "^1.0.1",
    "@discordjs/rest": "^2.4.0",
    "@discordjs/ws": "^1.0.1",
    "@modelcontextprotocol/sdk": "^1.17.0",
    "discord-api-types": "^0.37.83",
    "dotenv": "^16.4.5",
    "undici": "^6.20.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^22.7.2",
    "@typescript-eslint/eslint-plugin": "^8.3.0",
    "@typescript-eslint/parser": "^8.3.0",
    "eslint": "^9.7.0",
    "tsx": "^4.19.1",
    "typescript": "^5.5.4",
    "vitepress": "^1.6.3"
  }
}