UNPKG

@microsoft/m365agentstoolkit-mcp

Version:
78 lines (77 loc) 2.18 kB
{ "name": "@microsoft/m365agentstoolkit-mcp", "version": "0.2.1-beta.2025062602.0", "bin": { "m365agentstoolkit-mcp": "./dist/index.js" }, "scripts": { "build": "npm run build:prod", "build:dev": "webpack --mode development", "build:prod": "webpack --mode production", "watch": "webpack --watch --mode development", "start": "node ./dist/index.js", "test:unit": "jest", "precommit": "lint-staged", "lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\"", "lint:staged": "lint-staged", "lint:fix": "eslint --fix \"src/**/*.ts\" \"tests/**/*.ts\"" }, "publishConfig": { "access": "public" }, "files": [ "dist" ], "keywords": [ "mcp", "model-context-protocol", "m365agents", "m365agentstoolkit-mcp" ], "repository": { "type": "git", "url": "git+https://github.com/OfficeDev/microsoft-365-agents-toolkit.git" }, "author": "Microsoft Corporation", "license": "MIT", "description": "MCP server for Microsoft 365 Agents Toolkit", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^3.24.2" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", "@types/jest": "^29.5.13", "@types/node": "^20.10.0", "@types/sinon": "^17.0.4", "@typescript-eslint/eslint-plugin": "^4.19.0", "@typescript-eslint/parser": "^4.19.0", "chai": "^5.2.0", "eslint": "^7.29.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.25.2", "eslint-plugin-no-secrets": "^0.8.9", "eslint-plugin-prettier": "^4.0.0", "jest": "^29.7.0", "jest-environment-node": "^29.7.0", "lint-staged": "^15.5.1", "nock": "^14.0.4", "prettier": "^2.4.1", "shx": "^0.3.4", "sinon": "^20.0.0", "terser-webpack-plugin": "^5.3.14", "ts-jest": "29.2.5", "ts-loader": "^9.5.2", "ts-node": "^9.1.1", "typescript": "^4.4.4", "webpack": "^5.99.7", "webpack-cli": "^6.0.1", "webpack-node-externals": "^3.0.0" }, "lint-staged": { "*.{js,jsx,css,ts,tsx}": [ "npx eslint --cache --fix --quiet" ] }, "gitHead": "10047c4e1b9360270468ee4792268f179d482d0c" }