nostr-oer-client/package.json

18 lines
338 B
JSON
Raw Permalink Normal View History

2024-08-12 17:38:09 +00:00
{
"dependencies": {
"nostr-tools": "^2.7.2",
"ws": "^8.18.0"
},
"name": "nostr-oer-client",
"type": "module",
"version": "1.0.0",
"main": "createEventTextNote.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}