{
  "name": "teams-mcp-server",
  "version": "1.0.12",
  "description": "Microsoft Teams MCP server with direct messaging support",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js",
    "lint": "eslint src --ext .ts",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "mcp",
    "microsoft-teams",
    "chat",
    "messaging",
    "model-context-protocol"
  ],
  "author": "shmaxi",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mgklabs/teams-mcp-server.git"
  },
  "bugs": {
    "url": "https://github.com/mgklabs/teams-mcp-server/issues"
  },
  "homepage": "https://github.com/mgklabs/teams-mcp-server#readme",
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "package.json"
  ],
  "bin": {
    "teams-mcp-server": "./dist/index.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.6.0",
    "@azure/msal-node": "^2.6.0",
    "@microsoft/microsoft-graph-client": "^3.0.7",
    "keytar": "^7.9.0",
    "express": "^4.18.2",
    "dotenv": "^16.3.1",
    "open": "^9.1.0",
    "p-queue": "^7.4.1"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "@types/express": "^4.17.21",
    "typescript": "^5.3.0",
    "tsx": "^4.6.0",
    "@typescript-eslint/eslint-plugin": "^6.14.0",
    "@typescript-eslint/parser": "^6.14.0",
    "eslint": "^8.55.0"
  }
}
