2023-10-30 03:14:50 +07:00
|
|
|
{
|
|
|
|
"name": "bostr",
|
2024-05-16 18:35:08 +07:00
|
|
|
"version": "3.0.1",
|
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",
|
|
|
|
"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-05-10 15:00:12 +07:00
|
|
|
"nostr-tools": "^2.5.2",
|
2024-05-13 07:09:17 +07:00
|
|
|
"undici": "^6.16.1",
|
2024-05-10 15:00:12 +07:00
|
|
|
"ws": "^8.17.0"
|
2023-11-02 22:23:20 +07:00
|
|
|
},
|
2024-05-11 12:00:46 +07:00
|
|
|
"optionalDependencies": {
|
2024-05-11 12:11:35 +07:00
|
|
|
"bufferutil": "^4.0.8",
|
|
|
|
"utf-8-validate": "^6.0.4"
|
2024-05-11 12:00:46 +07:00
|
|
|
},
|
2023-11-02 22:23:20 +07:00
|
|
|
"engines": {
|
2024-03-21 22:13:04 +07:00
|
|
|
"node": ">=18"
|
2023-10-30 03:14:50 +07:00
|
|
|
}
|
|
|
|
}
|