bostr/package.json
Yonle aa2084d6b9 bouncer: a feature to override client limit
Signed-off-by: Yonle <yonle@lecturify.net>
2024-02-23 13:11:00 +07:00

37 lines
744 B
JSON

{
"name": "bostr",
"version": "2.0.7-dev",
"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.2.1",
"ws": "^8.16.0"
},
"engines": {
"node": ">=16"
}
}