forked from kacase/mcp-outlook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 940 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "mcp_outlook",
"version": "1.0.13",
"main": "index.js",
"type": "module",
"bin": {
"outlook-mcp": "build/index.js"
},
"scripts": {
"build": "tsc && chmod 755 build/index.js",
"dev": "tsc -w",
"lint": "eslint . --ext .ts"
},
"files": [
"build"
],
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@azure/identity": "^3.4.1",
"@azure/msal-node": "^3.5.1",
"@microsoft/microsoft-graph-client": "^3.0.7",
"@modelcontextprotocol/sdk": "^1.10.2",
"express": "^5.1.0",
"isomorphic-fetch": "^3.0.0",
"open": "^10.1.1",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/isomorphic-fetch": "^0.0.39",
"@types/node": "^22.15.3",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"typescript": "^5.8.3"
}
}