openclaw/extensions/nylas/package.json
Qasim 0174db2654 Merge upstream/main into nylas-i001; align nylas extension with moltbot rename
Resolve pnpm-lock.yaml conflict from the clawdbot→moltbot rename.
Update nylas extension references (package name, config key, CLI output,
README) and add missing devDependencies to memory-core so pnpm resolves
the workspace root correctly.
2026-01-27 09:16:01 -05:00

17 lines
328 B
JSON

{
"name": "@moltbot/nylas",
"version": "2026.1.26",
"type": "module",
"description": "Moltbot Nylas API v3 plugin for email, calendar, and contacts",
"dependencies": {
"@sinclair/typebox": "0.34.47",
"nylas": "^7.5.2",
"zod": "^4.3.6"
},
"moltbot": {
"extensions": [
"./index.ts"
]
}
}