@stacksleuth/mysql-agent
Version:
Advanced MySQL performance monitoring agent - Query optimization, index analysis, connection pool monitoring, slow query detection, and real-time database performance insights.
72 lines (71 loc) • 1.7 kB
JSON
{
"name": "@stacksleuth/mysql-agent",
"version": "0.2.3",
"description": "Advanced MySQL performance monitoring agent - Query optimization, index analysis, connection pool monitoring, slow query detection, and real-time database performance insights.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/",
"src/",
"README.md"
],
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"test": "jest",
"test:ci": "jest --coverage --ci",
"lint": "eslint src/**/*.ts",
"clean": "rm -rf dist"
},
"keywords": [
"performance",
"monitoring",
"profiling",
"stacksleuth",
"observability",
"analytics",
"optimization",
"instrumentation",
"apm",
"real-time",
"mysql",
"sql",
"database",
"queries"
],
"dependencies": {
"@stacksleuth/core": "^0.2.1",
"mysql2": "^3.6.0"
},
"devDependencies": {
"typescript": "^5.0.0",
"jest": "^29.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0",
"ts-jest": "^29.0.0"
},
"peerDependencies": {
"mysql2": ">=3.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Jack-GitHub12/StackSleuth.git",
"directory": "packages/mysql-agent"
},
"license": "MIT",
"author": {
"name": "StackSleuth Team",
"email": "team@stacksleuth.com",
"url": "https://github.com/Jack-GitHub12/StackSleuth"
},
"homepage": "https://github.com/Jack-GitHub12/StackSleuth/tree/main/packages/mysql-agent#readme",
"bugs": {
"url": "https://github.com/Jack-GitHub12/StackSleuth/issues"
},
"engines": {
"node": ">=18.0.0"
}
}