Files
nostrefresh/package.json
Melvin Carvalho 02093ddea6 0.0.7
2024-05-28 21:01:32 +02:00

25 lines
579 B
JSON

{
"name": "nostrefresh",
"version": "0.0.7",
"description": "refresh via nostr relay",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/melvincarvalho/nostrefresh.git"
},
"keywords": [
"nostr",
"nostrefresh"
],
"author": "Melvin Carvalho",
"license": "MIT",
"bugs": {
"url": "https://github.com/melvincarvalho/nostrefresh/issues"
},
"homepage": "https://github.com/melvincarvalho/nostrefresh#readme"
}