@stacksleuth/performance-optimizer
Version:
Intelligent performance optimization engine - Automated bottleneck detection, code optimization suggestions, resource optimization, and performance enhancement recommendations.
72 lines (71 loc) • 1.86 kB
JSON
{
"name": "@stacksleuth/performance-optimizer",
"version": "0.2.4",
"description": "Intelligent performance optimization engine - Automated bottleneck detection, code optimization suggestions, resource optimization, and performance enhancement recommendations.",
"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",
"benchmark": "node benchmarks/optimizer-performance.js",
"performance:test": "clinic doctor -- node benchmarks/memory-test.js"
},
"keywords": [
"performance",
"monitoring",
"profiling",
"stacksleuth",
"observability",
"analytics",
"optimization",
"instrumentation",
"apm",
"real-time",
"optimization",
"ai",
"recommendations",
"bottlenecks"
],
"dependencies": {
"@stacksleuth/core": "^0.2.1"
},
"devDependencies": {
"typescript": "^5.0.0",
"jest": "^29.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0",
"ts-jest": "^29.0.0",
"clinic": "^12.0.0",
"benchmark": "^2.1.4"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Jack-GitHub12/StackSleuth.git",
"directory": "packages/performance-optimizer"
},
"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/performance-optimizer#readme",
"bugs": {
"url": "https://github.com/Jack-GitHub12/StackSleuth/issues"
},
"engines": {
"node": ">=18.0.0"
}
}