{
  "name": "@lobstah/transport-nostr",
  "version": "0.0.6",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js"
  },
  "dependencies": {
    "nostr-tools": "^2.23.0",
    "ws": "^8.18.0",
    "@lobstah/protocol": "0.0.6"
  },
  "devDependencies": {
    "@types/ws": "^8.5.0"
  },
  "description": "Nostr-based peer discovery for Lobstah: publish, subscribe, NIP-09 unannounce. Wraps nostr-tools.",
  "license": "MIT",
  "author": "Marouen Ben Guebila <marouen.b.guebila@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marouenbg/lobstah.git",
    "directory": "packages/transport-nostr"
  },
  "bugs": {
    "url": "https://github.com/marouenbg/lobstah/issues"
  },
  "homepage": "https://github.com/marouenbg/lobstah/tree/main/packages/transport-nostr#readme",
  "keywords": [
    "lobstah",
    "p2p",
    "decentralized",
    "mac-mini",
    "nostr",
    "peer-discovery",
    "pubsub"
  ],
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch"
  }
}