@mamdouh-aboammar/dev-sentinel
Version:
🛡️ Enterprise-grade observability SDK for React applications. Real-time diagnostics with 14+ specialized packs: Network Intelligence, Security Guards, Privacy Protection, Code Quality Analysis, Device Monitoring, and more.
93 lines (92 loc) • 2.25 kB
JSON
{
"name": "@mamdouh-aboammar/dev-sentinel",
"version": "1.0.0",
"description": "🛡️ Enterprise-grade observability SDK for React applications. Real-time diagnostics with 14+ specialized packs: Network Intelligence, Security Guards, Privacy Protection, Code Quality Analysis, Device Monitoring, and more.",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"scripts": {
"build": "tsup",
"test": "vitest",
"prepublishOnly": "npm run build",
"prepare": "npm run build"
},
"sideEffects": false,
"keywords": [
"observability",
"devtools",
"monitoring",
"logging",
"diagnostics",
"react",
"vite",
"debugging",
"performance",
"security",
"privacy",
"network-monitoring",
"code-quality",
"testing",
"a11y",
"accessibility",
"ui-ux",
"developer-experience",
"runtime-analysis",
"fraud-detection",
"regression-tracking",
"schema-validation",
"endpoint-health"
],
"author": {
"name": "Mamdouh Aboammar",
"url": "https://github.com/Pixora-dev-ai/",
"email": "contact@pixora.ai"
},
"contributors": [
{
"name": "Mamdouh Aboammar",
"url": "https://www.linkedin.com/in/mamdouh-aboammar/"
}
],
"license": "MIT",
"homepage": "https://github.com/Pixora-dev-ai/prepilot#readme",
"repository": {
"type": "git",
"url": "https://github.com/Pixora-dev-ai/prepilot.git"
},
"bugs": {
"url": "https://github.com/Pixora-dev-ai/prepilot/issues"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"zod": "^3.0.0 || ^4.0.0"
},
"dependencies": {
"react-error-boundary": "^4.1.2"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"html2canvas": "^1.4.1",
"jsdom": "^26.0.0",
"tsup": "^8.3.5",
"typescript": "^5.8.2",
"vitest": "^2.1.4"
}
}