package.json•807 B
{
"name": "sharepoint",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"bin": {
"sharepoint": "./dist/index.js"
},
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@azure/identity": "^4.8.0",
"@microsoft/microsoft-graph-client": "^3.0.7",
"@modelcontextprotocol/sdk": "^1.9.0",
"dotenv": "^16.4.7",
"microsoft-graph": "^2.8.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
"@types/node": "^22.13.10",
"eslint": "^9.23.0",
"globals": "^16.0.0",
"jiti": "^2.4.2",
"typescript": "^5.8.2",
"typescript-eslint": "^8.28.0",
"tsx": "^4.19.3"
}
}