UNPKG

@stacksleuth/db-agent

Version:

Universal database performance monitoring agent - Multi-database support, query optimization, connection pool monitoring, transaction tracking, and comprehensive database performance analytics.

67 lines (66 loc) 1.59 kB
{ "name": "@stacksleuth/db-agent", "version": "0.2.4", "description": "Universal database performance monitoring agent - Multi-database support, query optimization, connection pool monitoring, transaction tracking, and comprehensive database performance analytics.", "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/pg": "^8.10.0", "pg": "^8.11.0" }, "peerDependencies": { "pg": "^8.0.0" }, "files": [ "dist/**/*", "README.md" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/Jack-GitHub12/StackSleuth.git", "directory": "packages/db-agent" }, "homepage": "https://github.com/Jack-GitHub12/StackSleuth/tree/main/packages/db-agent#readme", "bugs": { "url": "https://github.com/Jack-GitHub12/StackSleuth/issues" }, "keywords": [ "performance", "monitoring", "profiling", "stacksleuth", "observability", "analytics", "optimization", "instrumentation", "apm", "real-time", "database", "sql", "orm", "connections" ], "license": "MIT", "engines": { "node": ">=18.0.0" }, "author": { "name": "StackSleuth Team", "email": "team@stacksleuth.com", "url": "https://github.com/Jack-GitHub12/StackSleuth" } }