{ "name": "ndr", "version": "0.0.1", "type": "module", "description": "Clawdbot channel plugin for nostr-double-ratchet (forward-secure E2E encryption)", "keywords": ["clawdbot", "nostr", "double-ratchet", "ndr", "e2e", "encryption", "chat"], "repository": { "type": "git", "url": "https://github.com/mmalmi/nostr-double-ratchet" }, "license": "MIT", "clawdbot": { "id": "ndr", "extensions": [ "./index.ts" ] }, "dependencies": { "nostr-tools": "^2.20.0", "zod": "^4.3.6" }, "devDependencies": { "clawdbot": "workspace:*" }, "peerDependencies": { "clawdbot": "*" } }