UNPKG

@stacksleuth/core

Version:

Advanced TypeScript-based core profiling engine for StackSleuth - Real-time performance monitoring with flexible profiler, span tracing, and unified agent architecture. Features comprehensive metrics collection, memory optimization, and production-ready i

68 lines (67 loc) 1.7 kB
{ "name": "@stacksleuth/core", "version": "0.2.3", "description": "Advanced TypeScript-based core profiling engine for StackSleuth - Real-time performance monitoring with flexible profiler, span tracing, and unified agent architecture. Features comprehensive metrics collection, memory optimization, and production-ready instrumentation.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc -w", "test": "jest", "test:ci": "jest --coverage --ci", "lint": "eslint src/**/*.ts", "clean": "rm -rf dist" }, "dependencies": { "uuid": "^9.0.0" }, "devDependencies": { "@types/uuid": "^9.0.0", "typescript": "^5.0.0", "jest": "^29.0.0", "@types/jest": "^29.0.0", "@types/node": "^20.0.0", "ts-jest": "^29.0.0" }, "files": [ "dist/", "README.md" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/Jack-GitHub12/StackSleuth.git", "directory": "packages/core" }, "homepage": "https://github.com/Jack-GitHub12/StackSleuth/tree/main/packages/core#readme", "bugs": { "url": "https://github.com/Jack-GitHub12/StackSleuth/issues" }, "keywords": [ "performance", "monitoring", "profiling", "stacksleuth", "observability", "analytics", "optimization", "instrumentation", "apm", "real-time", "core", "engine", "tracing", "spans" ], "license": "MIT", "engines": { "node": ">=18.0.0" }, "author": { "name": "StackSleuth Team", "email": "team@stacksleuth.com", "url": "https://github.com/Jack-GitHub12/StackSleuth" } }