2026-01-20 20:14:44 +00:00
|
|
|
{
|
2026-01-30 03:15:10 +01:00
|
|
|
"name": "@openclaw/nostr",
|
2026-03-13 01:37:52 +00:00
|
|
|
"version": "2026.3.12",
|
2026-01-30 03:15:10 +01:00
|
|
|
"description": "OpenClaw Nostr channel plugin for NIP-04 encrypted DMs",
|
2026-01-31 21:13:13 +09:00
|
|
|
"type": "module",
|
|
|
|
|
"dependencies": {
|
2026-03-02 04:22:27 +00:00
|
|
|
"nostr-tools": "^2.23.3",
|
2026-01-31 21:13:13 +09:00
|
|
|
"zod": "^4.3.6"
|
|
|
|
|
},
|
2026-01-30 03:15:10 +01:00
|
|
|
"openclaw": {
|
2026-01-21 07:36:32 +00:00
|
|
|
"extensions": [
|
|
|
|
|
"./index.ts"
|
|
|
|
|
],
|
2026-01-20 20:14:44 +00:00
|
|
|
"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-30 03:15:10 +01:00
|
|
|
"npmSpec": "@openclaw/nostr",
|
2026-01-20 20:14:44 +00:00
|
|
|
"localPath": "extensions/nostr",
|
|
|
|
|
"defaultChoice": "npm"
|
2026-03-08 16:25:56 +00:00
|
|
|
},
|
|
|
|
|
"releaseChecks": {
|
|
|
|
|
"rootDependencyMirrorAllowlist": [
|
|
|
|
|
"nostr-tools"
|
|
|
|
|
]
|
2026-01-20 20:14:44 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|