UNPKG

smart-error-explanator

Version:

A Node.js SDK that explains cryptic error messages using OpenAI's API.

75 lines (74 loc) 1.56 kB
{ "name": "smart-error-explanator", "version": "1.3.2", "description": "A Node.js SDK that explains cryptic error messages using OpenAI's API.", "main": "dist/index.js", "type": "module", "directories": { "test": "tests" }, "scripts": { "test": "jest", "build": "javascript-obfuscator src --output dist" }, "files": [ "dist", "README.md", "LICENSE" ], "keywords": [ "error", "explanation", "sdk", "openai", "debugging", "javascript", "error-handling", "AI", "automated-debugging", "code-fixing", "developer-tools", "js-debugger", "openai", "error-simulation", "debugging-assistant", "AI-powered-debugger", "automated-error-fix", "AI-assistance", "error-sandbox", "unit-tests", "code-analysis", "real-time-debugging", "code-correction", "code-improvement", "error-prevention", "error-reporting", "AI-debugger", "nodejs", "cli-tool", "openai-integration", "wrap-function", "test-generation", "js-development-tools", "dev-tools", "programming-assistant", "bug-fixing", "code-optimization", "error-explanation", "error-correction" ], "author": "Devdatta", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/devdattanarawade97/smart-error-explanator.git" }, "dependencies": { "chalk": "^5.4.1", "openai": "^4.77.0" }, "devDependencies": { "dotenv": "^16.4.7", "javascript-obfuscator": "^4.1.1" } }