UNPKG

trace.ai-cli

Version:

A powerful AI-powered CLI tool

59 lines (58 loc) 1.48 kB
{ "name": "trace.ai-cli", "version": "1.3.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", "repository": { "type": "git", "url": "https://github.com/di-7/traceai_cli.git" }, "homepage": "https://github.com/di-7/traceai_cli#readme", "bugs": { "url": "https://github.com/di-7/traceai_cli/issues" }, "dependencies": { "chalk": "^4.1.2", "chalk-animation": "^2.0.3", "cli-spinners": "^2.9.2", "dotenv": "^16.6.1", "figlet": "^1.7.0", "gradient-string": "^3.0.0", "nanospinner": "^1.2.2", "node-fetch": "^2.6.7", "ora": "^5.4.1", "os-utils": "^0.0.14", "pdf-parse": "^1.1.1", "systeminformation": "^5.27.1", "ws": "^8.20.0" }, "engines": { "node": ">=14.0.0" } }