2023-10-30 03:14:50 +07:00
|
|
|
{
|
|
|
|
"name": "bostr",
|
2024-02-18 00:42:23 +07:00
|
|
|
"version": "2.0.5",
|
2023-11-21 13:58:31 +07:00
|
|
|
"description": "Nostr relay bouncer",
|
2023-10-30 03:14:50 +07:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2023-11-02 22:23:20 +07:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"start": "node index.js"
|
2023-10-30 03:14:50 +07:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@github.com/Yonle/bostr.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"nostr",
|
|
|
|
"bouncer",
|
2023-11-18 16:49:20 +07:00
|
|
|
"websocket",
|
|
|
|
"proxy"
|
2023-10-30 03:14:50 +07:00
|
|
|
],
|
|
|
|
"author": "Yonle <yonle@lecturify.net>",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Yonle/bostr/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/Yonle/bostr#readme",
|
|
|
|
"dependencies": {
|
2024-02-17 19:23:49 +07:00
|
|
|
"nostr-tools": "^2.2.1",
|
2024-01-23 21:12:06 +07:00
|
|
|
"ws": "^8.16.0"
|
2023-11-02 22:23:20 +07:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16"
|
2023-10-30 03:14:50 +07:00
|
|
|
}
|
|
|
|
}
|