chore: Run pnpm format:fix.

This commit is contained in:
cpojer
2026-01-31 21:13:13 +09:00
parent dcc2de15a6
commit 8cab78abbc
624 changed files with 10729 additions and 7514 deletions
+6 -6
View File
@@ -1,8 +1,13 @@
{
"name": "@openclaw/nostr",
"version": "2026.1.30",
"type": "module",
"description": "OpenClaw Nostr channel plugin for NIP-04 encrypted DMs",
"type": "module",
"dependencies": {
"nostr-tools": "^2.22.1",
"openclaw": "workspace:*",
"zod": "^4.3.6"
},
"openclaw": {
"extensions": [
"./index.ts"
@@ -22,10 +27,5 @@
"localPath": "extensions/nostr",
"defaultChoice": "npm"
}
},
"dependencies": {
"nostr-tools": "^2.22.1",
"openclaw": "workspace:*",
"zod": "^4.3.6"
}
}