{
  "name": "@microagents/server-slack",
  "version": "0.0.5",
  "description": "MCP server for Slack API integration",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "mcp-slack": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && chmod +x dist/index.js",
    "watch": "tsc -w",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "contributors": [
    "Model Context Protocol Team (https://github.com/modelcontextprotocol)",
    "MicroAgents Team (https://microagents.dev)"
  ],
  "license": "MIT",
  "dependencies": {
    "@microagents/common": "0.0.5",
    "@modelcontextprotocol/sdk": "^1.0.0",
    "@slack/web-api": "^6.11.2"
  },
  "devDependencies": {
    "@types/node": "^20.11.28",
    "typescript": "^5.3.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/microagents/mcp-servers.git",
    "directory": "src/slack"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "mcp",
    "claude",
    "slack",
    "chat",
    "ai",
    "microagents"
  ],
  "engines": {
    "node": ">=20.0.0"
  }
}