openclaw/extensions/nostr/package.json

32 lines
756 B
JSON
Raw Normal View History

{
2026-01-27 09:10:21 +00:00
"name": "@moltbot/nostr",
2026-01-28 01:35:58 +01:00
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Nostr channel plugin for NIP-04 encrypted DMs",
"moltbot": {
2026-01-21 07:36:32 +00:00
"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": {
2026-01-27 09:10:21 +00:00
"npmSpec": "@moltbot/nostr",
"localPath": "extensions/nostr",
"defaultChoice": "npm"
}
},
"dependencies": {
"moltbot": "workspace:*",
2026-01-24 10:30:21 +00:00
"nostr-tools": "^2.20.0",
"zod": "^4.3.6"
}
}