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.
17 lines
328 B
JSON
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"
|
|
]
|
|
}
|
|
}
|