Files
clawdbot/extensions/nostr/package.json
2026-01-27 12:21:02 +00:00

32 lines
749 B
JSON

{
"name": "@moltbot/nostr",
"version": "2026.1.26",
"type": "module",
"description": "Moltbot Nostr channel plugin for NIP-04 encrypted DMs",
"moltbot": {
"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": "@moltbot/nostr",
"localPath": "extensions/nostr",
"defaultChoice": "npm"
}
},
"dependencies": {
"moltbot": "workspace:*",
"nostr-tools": "^2.20.0",
"zod": "^4.3.6"
}
}