qerrors
Version:
Intelligent error handling middleware with AI-powered analysis, environment validation, caching, and production-ready logging. Provides OpenAI-based error suggestions, queue management, retry mechanisms, and comprehensive configuration options for Node.js
47 lines (46 loc) • 1.07 kB
JSON
{
"name": "qerrors",
"version": "1.2.4",
"description": "Intelligent error handling middleware with AI-powered analysis, environment validation, caching, and production-ready logging. Provides OpenAI-based error suggestions, queue management, retry mechanisms, and comprehensive configuration options for Node.js applications.",
"main": "index.js",
"scripts": {
"test": "node -r ./setup.js --test"
},
"keywords": [
"error",
"logger",
"middleware",
"debugging",
"AI",
"openai",
"environment",
"validation",
"caching",
"retry",
"queue",
"winston",
"express",
"nodejs"
],
"author": "Q",
"license": "ISC",
"dependencies": {
"axios": "^1.9.0",
"denque": "^2.1.0",
"escape-html": "^1.0.3",
"lru-cache": "^10.0.0",
"qtests": "^1.0.4",
"winston": "^3.13.0",
"winston-daily-rotate-file": "^5.0.0"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "https://github.com/Bijikyu/qerrors"
},
"engines": {
"node": ">=18"
}
}