{
"name": "@kody/microsoft",
"version": "1.0.0",
"private": false,
"description": "Microsoft 365 helpers for Outlook, Calendar, To Do, OneDrive, and Teams.",
"type": "module",
"exports": {
".": "./src/index.ts",
"./accounts": "./src/accounts.ts",
"./calendar": "./src/calendar.ts",
"./core": "./src/core.ts",
"./mail": "./src/mail.ts",
"./onedrive": "./src/onedrive.ts",
"./outlook": "./src/mail.ts",
"./request": "./src/request.ts",
"./scopes": "./src/scopes.ts",
"./smoke-test": "./src/smoke-test.ts",
"./teams": "./src/teams.ts",
"./todo": "./src/todo.ts",
"./types": "./src/types.ts"
},
"files": [
"src",
"README.md",
"LICENSE",
"community-icon.svg"
],
"kody": {
"id": "microsoft",
"name": "Microsoft",
"description": "Microsoft 365 helpers for Outlook, Calendar, To Do, OneDrive, and Teams.",
"tags": [
"microsoft",
"graph",
"outlook",
"mail",
"calendar",
"todo",
"onedrive",
"teams",
"oauth",
"multi-account"
],
"searchText": "Microsoft 365 Graph Outlook mail Calendar To Do OneDrive Teams OAuth Azure Entra app registration connect oauth User.Read Mail.Read Mail.Send Calendars.Read Tasks.Read Files.Read Chat.Read ChannelMessage.Read.All ChannelMessage.Send ChatMessage.Send dryRun smoke test insufficient privileges 403 scope reconnect"
},
"license": "MIT"
}