UNPKG

@stacksleuth/cli

Version:

Comprehensive command-line interface for StackSleuth - Interactive dashboard, real-time monitoring, performance reports, CI/CD integration, and automated performance optimization recommendations.

71 lines (70 loc) 1.67 kB
{ "name": "@stacksleuth/cli", "version": "0.2.4", "description": "Comprehensive command-line interface for StackSleuth - Interactive dashboard, real-time monitoring, performance reports, CI/CD integration, and automated performance optimization recommendations.", "main": "dist/index.js", "bin": { "sleuth": "dist/index.js" }, "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", "commander": "^11.0.0", "chalk": "^4.1.2", "ora": "^5.4.1", "inquirer": "^8.2.5", "ws": "^8.0.0" }, "devDependencies": { "@types/inquirer": "^9.0.0", "@types/ws": "^8.0.0" }, "files": [ "dist/**/*", "README.md" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/Jack-GitHub12/StackSleuth.git", "directory": "packages/cli" }, "homepage": "https://github.com/Jack-GitHub12/StackSleuth/tree/main/packages/cli#readme", "bugs": { "url": "https://github.com/Jack-GitHub12/StackSleuth/issues" }, "keywords": [ "performance", "monitoring", "profiling", "stacksleuth", "observability", "analytics", "optimization", "instrumentation", "apm", "real-time", "cli", "dashboard", "reports", "cicd" ], "license": "MIT", "engines": { "node": ">=18.0.0" }, "author": { "name": "StackSleuth Team", "email": "team@stacksleuth.com", "url": "https://github.com/Jack-GitHub12/StackSleuth" } }