trace.ai-cli
Version:
A powerful AI-powered CLI tool
42 lines • 962 B
JSON
{
"name": "trace.ai-cli",
"version": "1.1.0",
"description": "A powerful AI-powered CLI tool",
"main": "index.js",
"bin": {
"trace-ai": "index.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ai",
"cli",
"code-analysis",
"file-analysis",
"code-review",
"bug-detection",
"text-processing",
"image-text-extraction",
"ocr",
"artificial-intelligence",
"command-line",
"tool",
"developer-tools",
"code-quality",
"project-analysis"
],
"author": "Dukeindustries7",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.7",
"figlet": "^1.7.0",
"chalk": "^4.1.2",
"cli-spinners": "^2.9.2",
"ora": "^5.4.1"
},
"engines": {
"node": ">=14.0.0"
}
}