{
  "name": "sideband",
  "version": "0.6.2",
  "description": "Sideband daemon CLI — run `npx sideband` to start a relay-connected daemon in seconds.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/sidebandtech/sideband.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/sidebandtech/sideband/issues"
  },
  "homepage": "https://sideband.tech",
  "author": "Sideband <hello@sideband.tech>",
  "contributors": [
    "Konstantin Tarkus <koistya@kriasoft.com>"
  ],
  "keywords": [
    "sideband",
    "cli",
    "daemon",
    "relay",
    "e2ee",
    "rpc"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "engines": {
    "node": ">=22"
  },
  "bin": {
    "sideband": "./dist/bin.js"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@sideband/cloud": "^0.6.1",
    "@sideband/secure-relay": "^0.5.0",
    "qr": "^0.5.5"
  },
  "publishConfig": {
    "access": "public"
  }
}
