{ "name": "teams-api", "version": "1.8.0", "description": "AI-native Microsoft Teams integration — read conversations, send messages, manage members via the Teams Chat Service REST API", "type": "commonjs", "repository": { "type": "git", "url": "git+https://github.com/Maxim-Mazurok/teams-api.git" }, "bugs": { "url": "https://github.com/Maxim-Mazurok/teams-api/issues" }, "homepage": "https://github.com/Maxim-Mazurok/teams-api#readme", "main": "dist/teams-client.js", "types": "dist/teams-client.d.ts", "bin": { "teams-api": "dist/cli.js", "teams-api-mcp": "dist/mcp-server.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc --project tsconfig.build.json && node scripts/add-shebangs.js", "type-check": "tsc --noEmit", "test": "vitest run", "test:unit": "vitest run tests/unit", "test:integration": "vitest run tests/integration", "test:e2e": "vitest run tests/e2e", "test:watch": "vitest", "format-check": "prettier --check .", "format": "prettier --write .", "mcp": "npx -y tsx src/mcp-server.ts", "release": "semantic-release", "release:dry-run": "semantic-release --dry-run", "prepublishOnly": "npm run build && npm test" }, "keywords": [ "teams", "microsoft-teams", "chat", "api", "mcp", "ai" ], "mcpName": "io.github.Maxim-Mazurok/teams-api", "author": { "name": "Maxim Mazurok", "email": "maxim@mazurok.com", "url": "https://maxim.mazurok.com" }, "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "ajv": "^8.18.0", "commander": "^14.0.3", "entities": "^4.5.0", "markdown-it": "^14.1.1", "playwright": "^1.58.2", "puppeteer-core": "^24.39.1", "zod": "^4.3.6" }, "optionalDependencies": { "keytar": "^7.9.0" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@types/markdown-it": "^14.1.2", "@types/node": "^25.5.0", "prettier": "^3.8.1", "semantic-release": "^25.0.3", "typescript": "^5.9.3", "vitest": "^4.1.0" } }