2023-10-30 03:14:50 +07:00
|
|
|
{
|
|
|
|
"name": "bostr",
|
2025-01-06 22:27:40 +07:00
|
|
|
"version": "3.1.0",
|
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
|
|
|
},
|
2024-02-19 18:37:50 +07:00
|
|
|
"bin": {
|
|
|
|
"bostr": "bostr_cli.js"
|
|
|
|
},
|
2023-10-30 03:14:50 +07:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-08-29 16:45:55 +07:00
|
|
|
"url": "git+ssh://git@codeberg.org/Yonle/bostr.git"
|
2023-10-30 03:14:50 +07:00
|
|
|
},
|
|
|
|
"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": {
|
2024-08-29 16:45:55 +07:00
|
|
|
"url": "https://codeberg.org/Yonle/bostr/issues"
|
2023-10-30 03:14:50 +07:00
|
|
|
},
|
2024-08-29 16:45:55 +07:00
|
|
|
"homepage": "https://codeberg.org/Yonle/bostr#readme",
|
2023-10-30 03:14:50 +07:00
|
|
|
"dependencies": {
|
2025-01-06 22:37:36 +07:00
|
|
|
"nostr-tools": "^2.10.4",
|
|
|
|
"undici": "^7.2.0",
|
|
|
|
"ws": "^8.18.0"
|
2023-11-02 22:23:20 +07:00
|
|
|
},
|
2024-05-11 12:00:46 +07:00
|
|
|
"optionalDependencies": {
|
2025-01-06 22:37:36 +07:00
|
|
|
"bufferutil": "^4.0.9",
|
|
|
|
"utf-8-validate": "^6.0.5"
|
2024-05-11 12:00:46 +07:00
|
|
|
},
|
2023-11-02 22:23:20 +07:00
|
|
|
"engines": {
|
2025-01-06 22:37:36 +07:00
|
|
|
"node": ">=20"
|
2023-10-30 03:14:50 +07:00
|
|
|
}
|
|
|
|
}
|