bugblaze
Version:
BugBlaze is a command-line tool that helps developers find and fix bugs in their code using AI.
44 lines (43 loc) • 908 B
JSON
{
"dependencies": {
"@babel/parser": "^7.27.2",
"axios": "^1.9.0",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"dotenv": "^16.5.0",
"figlet": "^1.8.1",
"globby": "^14.1.0",
"groq-sdk": "^0.22.0",
"java-parser": "^2.3.3",
"python-ast": "^0.1.0",
"readline": "^1.3.0",
"typescript": "^5.8.3"
},
"name": "bugblaze",
"version": "2.0.0",
"main": "bugblaze.js",
"type": "module",
"bin": {
"bugblaze": "./bugblaze.js",
"bugblaze-init": "./init.js"
},
"files": [
"bugblaze.js",
"init.js",
"README.md"
],
"scripts": {},
"keywords": [
"bug",
"bugblaze",
"bug-fixing",
"ai",
"code-assistant"
],
"engines": {
"node": ">=18.0.0"
},
"author": "Matthew Michael",
"license": "ISC",
"description": "BugBlaze is a command-line tool that helps developers find and fix bugs in their code using AI."
}