UNPKG

@stacksleuth/frontend-agent

Version:

Advanced frontend performance monitoring for web applications - DOM event tracking, component lifecycle profiling, bundle analysis, memory leak detection, and real-time user interaction monitoring.

68 lines (67 loc) 1.71 kB
{ "name": "@stacksleuth/frontend-agent", "version": "0.2.3", "description": "Advanced frontend performance monitoring for web applications - DOM event tracking, component lifecycle profiling, bundle analysis, memory leak detection, and real-time user interaction monitoring.", "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/react": "^18.0.0", "@types/react-dom": "^18.0.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "files": [ "dist/**/*", "README.md" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/Jack-GitHub12/StackSleuth.git", "directory": "packages/frontend-agent" }, "homepage": "https://github.com/Jack-GitHub12/StackSleuth/tree/main/packages/frontend-agent#readme", "bugs": { "url": "https://github.com/Jack-GitHub12/StackSleuth/issues" }, "keywords": [ "performance", "monitoring", "profiling", "stacksleuth", "observability", "analytics", "optimization", "instrumentation", "apm", "real-time", "frontend", "browser", "web-vitals", "dom" ], "license": "MIT", "engines": { "node": ">=18.0.0" }, "author": { "name": "StackSleuth Team", "email": "team@stacksleuth.com", "url": "https://github.com/Jack-GitHub12/StackSleuth" } }