{
  "name": "coderrr-cli",
  "version": "1.1.1",
  "description": "AI-powered coding agent that understands natural language requests and autonomously creates, modifies, and manages code across your projects",
  "main": "bin/coderrr.js",
  "bin": {
    "coderrr": "bin/coderrr.js"
  },
  "scripts": {
    "start": "node ./bin/coderrr.js",
    "start:backend": "python -m uvicorn main:app --reload --port 5000",
    "link": "npm link",
    "test": "jest"
  },
  "keywords": [
    "ai",
    "ai-agent",
    "coding-agent",
    "cli",
    "terminal",
    "automation",
    "code-generation",
    "mistral-ai",
    "github-models",
    "developer-tools",
    "natural-language",
    "code-assistant",
    "copilot",
    "ai-coding",
    "fastapi",
    "nodejs",
    "python",
    "code-automation",
    "ai-helper",
    "productivity"
  ],
  "author": {
    "name": "Akash Nath",
    "email": "anath5440@gmail.com",
    "url": "https://github.com/Akash-nath29"
  },
  "contributors": [
    {
      "name": "Coderrr Contributors",
      "url": "https://github.com/Akash-nath29/Coderrr/graphs/contributors"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Akash-nath29/Coderrr.git"
  },
  "bugs": {
    "url": "https://github.com/Akash-nath29/Coderrr/issues"
  },
  "homepage": "https://github.com/Akash-nath29/Coderrr#readme",
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/Akash-nath29"
  },
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=7.0.0"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "dependencies": {
    "axios": "^1.6.0",
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "diff": "^5.1.0",
    "dotenv": "^16.1.4",
    "inquirer": "^8.2.5",
    "ora": "^5.4.1"
  },
  "devDependencies": {
    "jest": "30.2.0"
  },
  "files": [
    "bin/",
    "src/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    ".env.client.example"
  ],
  "preferGlobal": true,
  "publishConfig": {
    "access": "public"
  }
}