{
    "name": "trace.ai-cli",
    "version": "1.1.4",
    "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": {
        "chalk": "^4.1.2",
        "cli-spinners": "^2.9.2",
        "figlet": "^1.7.0",
        "node-fetch": "^2.6.7",
        "ora": "^5.4.1",
        "os-utils": "^0.0.14",
        "systeminformation": "^5.27.1"
    },
    "engines": {
        "node": ">=14.0.0"
    }
}
