@devgrid/netron-nest
Version:
NestJS integration module for @devgrid/netron, providing seamless distributed system capabilities with decorators, dependency injection, and automatic service discovery in NestJS applications.
73 lines • 1.89 kB
JSON
{
"name": "@devgrid/netron-nest",
"version": "0.1.7",
"description": "NestJS integration module for @devgrid/netron, providing seamless distributed system capabilities with decorators, dependency injection, and automatic service discovery in NestJS applications.",
"author": "DevGrid",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc --build ./tsconfig.build.json",
"test": "jest",
"test:e2e": "jest --config ./test/jest-e2e.json",
"test:watch": "jest --watch",
"test:cov": "jest --coverage"
},
"dependencies": {
"@nestjs/common": "^11.1.3",
"@nestjs/core": "^11.1.3",
"reflect-metadata": "^0.2.2"
},
"devDependencies": {
"@devgrid/netron": "0.6.5",
"@nestjs/testing": "^11.1.3",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.10",
"ioredis": "^5.6.1",
"jest": "^30.0.4",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
},
"peerDependencies": {
"@devgrid/netron": "0.6.5",
"@nestjs/common": "^11.1.0",
"@nestjs/core": "^11.1.0"
},
"keywords": [
"nestjs",
"netron",
"distributed-systems",
"microservices",
"service-discovery",
"dependency-injection",
"decorators",
"websocket",
"rpc",
"type-safe",
"redis",
"event-bus",
"streaming",
"integration",
"nest-module",
"service-registry",
"automatic-discovery",
"service-versioning",
"real-time",
"cross-platform"
],
"repository": {
"type": "git",
"url": "git+https://github.com/d-e-v-grid/dg-monorepo.git",
"directory": "packages/netron-nest"
},
"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-nest#readme",
"engines": {
"node": ">=20.19.1"
}
}