@devgrid/netron
Version:
Event bus, streams and remote object invocation.
74 lines • 1.82 kB
JSON
{
"name": "@devgrid/netron",
"version": "0.3.0",
"description": "Event bus, streams and remote object invocation.",
"author": "LuxQuant",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc --build ./tsconfig.build.json && tsc --build ./tsconfig.esm.json",
"test": "jest"
},
"dependencies": {
"@bugsnag/cuid": "^3.2.1",
"@devgrid/async-emitter": "0.2.5",
"@devgrid/common": "0.3.0",
"@devgrid/messagepack": "0.2.3",
"@devgrid/smartbuffer": "0.2.2",
"bufferutil": "^4.0.9",
"es-toolkit": "^1.33.0",
"reflect-metadata": "^0.2.2",
"ws": "^8.18.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.13",
"@types/ws": "^8.18.0",
"del-cli": "^6.0.0",
"globals": "^15.14.0",
"jest": "^29.7.0",
"source-map-support": "^0.5.21",
"ts-jest": "^29.2.6",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.8.2"
},
"keywords": [
"rpc",
"websocket",
"network",
"distributed",
"remote",
"typescript",
"event-bus",
"streaming",
"service",
"microservices",
"browser",
"node",
"real-time",
"communication",
"peer-to-peer",
"remote-procedure-call",
"service-discovery",
"messagepack",
"cross-platform",
"websockets"
],
"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"
}