{
  "name": "@devgrid/netron",
  "version": "0.6.5",
  "description": "A powerful TypeScript library for building distributed systems with event bus, streaming capabilities, and remote object invocation. Features WebSocket-based bidirectional communication between Node.js and browser environments, service discovery, and type-safe RPC.",
  "author": "DevGrid",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/esm/index.js",
  "files": [
    "dist",
    "lua"
  ],
  "scripts": {
    "build": "tsc --build ./tsconfig.build.json",
    "build:esm": "tsc --build ./tsconfig.esm.json",
    "test": "jest --runInBand"
  },
  "dependencies": {
    "@devgrid/async-emitter": "0.3.3",
    "@devgrid/common": "0.4.3",
    "@devgrid/messagepack": "0.3.3",
    "@devgrid/smartbuffer": "0.2.3",
    "bufferutil": "^4.0.9",
    "es-toolkit": "^1.39.6",
    "ioredis": "^5.6.1",
    "pino": "^9.7.0",
    "pino-pretty": "^13.0.0",
    "reflect-metadata": "^0.2.2",
    "semver": "^7.7.2",
    "ws": "^8.18.3"
  },
  "devDependencies": {
    "@jest/globals": "^30.0.4",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.0.10",
    "@types/pino": "^7.0.5",
    "@types/semver": "^7.7.0",
    "@types/ws": "^8.18.1",
    "del-cli": "^6.0.0",
    "globals": "^16.3.0",
    "jest": "^30.0.4",
    "source-map-support": "^0.5.21",
    "ts-jest": "^29.4.0",
    "ts-loader": "^9.5.2",
    "ts-node": "^10.9.2",
    "tsconfig-paths": "^4.2.0",
    "typescript": "^5.8.3"
  },
  "keywords": [
    "rpc",
    "websocket",
    "network",
    "distributed-systems",
    "remote-objects",
    "typescript",
    "event-bus",
    "streaming",
    "service-discovery",
    "microservices",
    "browser",
    "node",
    "real-time",
    "communication",
    "peer-to-peer",
    "remote-procedure-call",
    "redis",
    "messagepack",
    "cross-platform",
    "websockets",
    "service-registry",
    "type-safe",
    "decorators",
    "async",
    "binary-protocol",
    "reconnection",
    "service-versioning"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/d-e-v-grid/dg-monorepo.git",
    "directory": "packages/netron"
  },
  "bugs": {
    "url": "https://github.com/d-e-v-grid/dg-monorepo/issues"
  },
  "homepage": "https://github.com/d-e-v-grid/dg-monorepo/tree/main/packages/netron#readme",
  "engines": {
    "node": ">=20.19.1"
  }
}