UNPKG

nestjs-telescope

Version:

A powerful debugging and monitoring tool for NestJS applications, inspired by Laravel Telescope

92 lines (91 loc) 2 kB
{ "name": "nestjs-telescope", "version": "1.0.9", "description": "A powerful debugging and monitoring tool for NestJS applications, inspired by Laravel Telescope", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc && cp -R public dist/public", "dev": "tsc --watch", "clean": "rm -rf dist", "start:dev": "tsc --watch" }, "keywords": [ "nestjs", "telescope", "debugging", "monitoring", "observability", "open source", "devtools", "request logger", "exception tracker", "real-time", "dashboard", "performance", "error monitoring", "http", "REST", "middleware", "developer experience", "productivity", "logging", "analytics", "laravel telescope", "nodejs", "typescript", "backend", "api", "web", "express", "open telemetry", "tracing", "audit", "security", "openapi", "swagger", "microservices", "event", "queue", "jobs", "distributed", "scalable", "modern", "professional", "OSS" ], "author": { "name": "Georges HELOUSSATO", "email": "georges.heloussato@epitech.eu", "url": "https://github.com/HiGeorges" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/HiGeorges/NestJs-Telescope.git" }, "bugs": { "url": "https://github.com/HiGeorges/NestJs-Telescope/issues" }, "homepage": "https://github.com/HiGeorges/NestJs-Telescope#readme", "dependencies": { "express": "^4.17.1" }, "peerDependencies": { "@nestjs/common": "^10.0.0 || ^11.0.0", "@nestjs/core": "^10.0.0 || ^11.0.0", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.1" }, "devDependencies": { "@nestjs/common": "^11.0.1", "@nestjs/core": "^11.0.1", "@types/express": "^4.17.13", "@types/node": "^20.0.0", "rxjs": "^7.8.1", "typescript": "^5.0.0" }, "engines": { "node": ">=16.0.0" } }