nostr-oer-client/package.json
2024-08-12 19:38:09 +02:00

18 lines
338 B
JSON

{
"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": ""
}