@devexcelsior/healing-engine-core
Version:
Runtime healing kernel for resilient frontend architectures. Manages recovery flows and smart repair logic.
32 lines • 701 B
JSON
{
"name": "@devexcelsior/healing-engine-core",
"version": "0.1.10",
"description": "Runtime healing kernel for resilient frontend architectures. Manages recovery flows and smart repair logic.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"LICENSE",
"README.md",
"NOTICE.md",
"COMMERCIAL.md"
],
"license": "BUSL-1.1",
"author": "Curt Puckett <curtnpuckett@gmail.com>",
"keywords": [
"healing",
"ui-healing",
"sdk",
"agentic-ui",
"frontend-resilience",
"error-repair",
"recovery-engine",
"state-healing"
],
"devDependencies": {
"typescript": "^5.8.3"
},
"scripts": {
"build": "tsc"
}
}