{
  "name": "@tool-db/webrtc-network",
  "version": "1.1.3",
  "description": "WebRTC network adapter for tool-db with Nostr peer discovery",
  "author": "Manwe <manuel.etchegaray7@gmail.com>",
  "homepage": "https://github.com/Manwe-777/tool-db#readme",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Manwe-777/tool-db.git"
  },
  "scripts": {
    "build": "tsc",
    "prepublish": "npm run build"
  },
  "bugs": {
    "url": "https://github.com/Manwe-777/tool-db/issues"
  },
  "dependencies": {
    "@noble/curves": "^1.7.0",
    "@noble/hashes": "^1.6.1",
    "tool-db": "^2.6.3",
    "ws": "^8.8.0"
  },
  "devDependencies": {
    "@types/ws": "^8.5.3",
    "typescript": "^4.7.4"
  },
  "gitHead": "4f705c44c8e4e48e43724774f9fee6250587a9b2"
}
