{ "name": "bostr", "version": "3.1.0", "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@codeberg.org/Yonle/bostr.git" }, "keywords": [ "nostr", "bouncer", "websocket", "proxy" ], "author": "Yonle ", "license": "BSD-3-Clause", "bugs": { "url": "https://codeberg.org/Yonle/bostr/issues" }, "homepage": "https://codeberg.org/Yonle/bostr#readme", "dependencies": { "nostr-tools": "^2.10.4", "undici": "^7.2.0", "ws": "^8.18.0" }, "optionalDependencies": { "bufferutil": "^4.0.9", "utf-8-validate": "^6.0.5" }, "engines": { "node": ">=20" } }