mirror of
https://github.com/melvincarvalho/nostrefresh.git
synced 2025-12-16 23:54:20 +01:00
25 lines
579 B
JSON
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"
|
|
}
|