{
  "name": "bostr",
  "version": "2.0.0",
  "description": "Nostr relay bouncer",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node index.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": "^1.17.0",
    "ws": "^8.14.2"
  },
  "engines": {
    "node": ">=16"
  }
}