{
  "name": "microsoft365-mcp-server",
  "version": "1.1.0",
  "description": "A Model Context Protocol (MCP) server for Microsoft 365 - manage mail, calendar, contacts, files, Teams, Planner, OneNote, To Do, and more via Microsoft Graph.",
  "type": "module",
  "main": "dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "bin": {
    "microsoft365-mcp-server": "dist/bin.js"
  },
  "files": [
    "dist/",
    "manifest.json",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "validate": "ts-builds validate",
    "format": "ts-builds format",
    "format:check": "ts-builds format:check",
    "lint": "ts-builds lint",
    "lint:check": "ts-builds lint:check",
    "typecheck": "ts-builds typecheck",
    "test": "ts-builds test",
    "test:watch": "ts-builds test:watch",
    "test:coverage": "ts-builds test:coverage",
    "build": "NODE_ENV=production ts-builds build",
    "dev": "ts-builds dev",
    "prepublishOnly": "pnpm validate",
    "inspect": "pnpm build && npx @modelcontextprotocol/inspector dist/index.js",
    "start": "pnpm build && npx microsoft365-mcp-server",
    "serve": "pnpm build && node dist/index.js",
    "build:mcpb": "bash scripts/build-mcpb.sh"
  },
  "prettier": "ts-builds/prettier",
  "keywords": [
    "mcp",
    "microsoft-365",
    "microsoft-graph",
    "outlook",
    "teams",
    "onedrive",
    "model-context-protocol",
    "claude",
    "ai-assistant",
    "fastmcp"
  ],
  "mcpName": "io.github.sapientsai/microsoft365-mcp-server",
  "author": "Jordan Burke <jordan.burke@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sapientsai/microsoft365-mcp-server.git"
  },
  "bugs": {
    "url": "https://github.com/sapientsai/microsoft365-mcp-server/issues"
  },
  "homepage": "https://github.com/sapientsai/microsoft365-mcp-server#readme",
  "dependencies": {
    "@azure/identity": "^4.13.1",
    "@sapientsai/document-extract": "workspace:*",
    "dotenv": "^17.4.2",
    "fastmcp": "^4.12.6",
    "functype": "1.4.4",
    "functype-log": "^1.8.0",
    "jsonwebtoken": "^9.0.3",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@sapientsai/ms-graph-core": "workspace:*",
    "@types/jsonwebtoken": "^9.0.10",
    "@types/node": "^24.13.3",
    "ts-builds": "^3.2.3",
    "tsdown": "^0.22.14"
  },
  "engines": {
    "node": ">=22"
  }
}
