{
  "name": "telegram-team-mcp",
  "version": "0.2.5",
  "description": "MCP server for AI agents to participate in Telegram group chats",
  "type": "module",
  "bin": {
    "telegram-team-mcp": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "sql.js": "^1.14.1",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0"
  },
  "keywords": [
    "mcp",
    "telegram",
    "bot",
    "ai-agent",
    "claude",
    "team-chat"
  ],
  "license": "MIT"
}
