UNPKG

@stacksleuth/backend-agent

Version:

Comprehensive backend performance monitoring agent for Node.js applications - HTTP request tracing, database query optimization, memory profiling, and real-time metrics collection with WebSocket integration.

69 lines (68 loc) 1.68 kB
{ "name": "@stacksleuth/backend-agent", "version": "0.2.3", "description": "Comprehensive backend performance monitoring agent for Node.js applications - HTTP request tracing, database query optimization, memory profiling, and real-time metrics collection with WebSocket integration.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest", "lint": "eslint src/**/*.ts", "clean": "rm -rf dist", "prepublishOnly": "npm run build" }, "dependencies": { "@stacksleuth/core": "^0.2.1" }, "devDependencies": { "@types/express": "^4.17.0", "@types/ws": "^8.0.0", "express": "^4.18.0", "ws": "^8.0.0" }, "peerDependencies": { "express": "^4.18.0" }, "files": [ "dist/**/*", "README.md" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/Jack-GitHub12/StackSleuth.git", "directory": "packages/backend-agent" }, "homepage": "https://github.com/Jack-GitHub12/StackSleuth/tree/main/packages/backend-agent#readme", "bugs": { "url": "https://github.com/Jack-GitHub12/StackSleuth/issues" }, "keywords": [ "performance", "monitoring", "profiling", "stacksleuth", "observability", "analytics", "optimization", "instrumentation", "apm", "real-time", "backend", "nodejs", "express", "api" ], "license": "MIT", "engines": { "node": ">=18.0.0" }, "author": { "name": "StackSleuth Team", "email": "team@stacksleuth.com", "url": "https://github.com/Jack-GitHub12/StackSleuth" } }