You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
331 B
14 lines
331 B
{ |
|
"name": "jumble-nip66-cron", |
|
"version": "1.0.0", |
|
"private": true, |
|
"type": "module", |
|
"description": "NIP-66 relay monitor cron: publishes 30166/10166 from server, nsec never exposed to client", |
|
"scripts": { |
|
"start": "node index.mjs" |
|
}, |
|
"dependencies": { |
|
"nostr-tools": "^2.17.0", |
|
"ws": "^8.18.0" |
|
} |
|
}
|
|
|