- Remove standalone Next.js output; gateway now installs deps and builds on first start, skips if .next/BUILD_ID already exists - Rename openclaw→ironclaw workspace refs in all 30 extensions + clawdbot/moltbot - Add @tiptap/core as explicit dep in apps/web (pnpm strict mode requires it) - Improve ensureDepsInstalled: detect pnpm workspace vs npm global install - Remove pre-build step from deploy.sh; ship source, build on user machine - Update package.json files to include full apps/web/ source Co-authored-by: Cursor <cursoragent@cursor.com>
34 lines
782 B
JSON
34 lines
782 B
JSON
{
|
|
"name": "@openclaw/nostr",
|
|
"version": "2026.2.6-3",
|
|
"description": "OpenClaw Nostr channel plugin for NIP-04 encrypted DMs",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"nostr-tools": "^2.23.0",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"ironclaw": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"channel": {
|
|
"id": "nostr",
|
|
"label": "Nostr",
|
|
"selectionLabel": "Nostr (NIP-04 DMs)",
|
|
"docsPath": "/channels/nostr",
|
|
"docsLabel": "nostr",
|
|
"blurb": "Decentralized protocol; encrypted DMs via NIP-04.",
|
|
"order": 55,
|
|
"quickstartAllowFrom": true
|
|
},
|
|
"install": {
|
|
"npmSpec": "@openclaw/nostr",
|
|
"localPath": "extensions/nostr",
|
|
"defaultChoice": "npm"
|
|
}
|
|
}
|
|
}
|