mirror of
https://github.com/Yonle/bostr.git
synced 2025-03-17 21:32:43 +01:00
42 lines
859 B
JSON
42 lines
859 B
JSON
{
|
|
"name": "bostr",
|
|
"version": "3.0.2-5",
|
|
"description": "Nostr relay bouncer",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"bin": {
|
|
"bostr": "bostr_cli.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/Yonle/bostr.git"
|
|
},
|
|
"keywords": [
|
|
"nostr",
|
|
"bouncer",
|
|
"websocket",
|
|
"proxy"
|
|
],
|
|
"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": {
|
|
"nostr-tools": "^2.5.2",
|
|
"undici": "^6.17.0",
|
|
"ws": "^8.17.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"bufferutil": "^4.0.8",
|
|
"utf-8-validate": "^6.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|