{
  "name": "agent-nuvira",
  "version": "1.82.0",
  "description": "Agent-Nuvira: Multi-agent AI coding CLI — plan, write, review, test, and publish code with local models (Ollama) or cloud APIs (Groq, NVIDIA NIM, Google Gemini, OpenRouter)",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "bin": {
    "agent-nuvira": "dist/index.js",
    "buff": "dist/index.js",
    "nuvira": "dist/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc && node -e \"require('fs').cpSync('src/resources','dist/resources',{recursive:true})\" && chmod +x dist/index.js",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "build:dashboard": "cd src/web-dashboard && npm install --silent 2>/dev/null && npm run build",
    "build:sdk": "cd src/agent-sdk && npx tsc",
    "prepack": "npm run build",
    "prepublishOnly": "npm run build && npm test"
  },
  "keywords": [
    "ai",
    "cli",
    "llm",
    "code-generation",
    "multi-agent",
    "ollama",
    "groq",
    "gemini",
    "nim",
    "openrouter",
    "inference",
    "devops",
    "coding-agent",
    "code-review",
    "automation",
    "developer-tools",
    "typescript",
    "mcp",
    "model-context-protocol"
  ],
  "license": "MIT",
  "author": "Dheeraj Sharma <imdheeraj@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/imdheerajKube/agent-nuvira.git"
  },
  "bugs": {
    "url": "https://github.com/imdheerajKube/agent-nuvira/issues"
  },
  "homepage": "https://github.com/imdheerajKube/agent-nuvira#readme",
  "engines": {
    "node": ">=18.18.0"
  },
  "files": [
    "dist/",
    "src/web-dashboard/public/",
    "README.md",
    "LICENSE",
    ".agents/skills/"
  ],
  "dependencies": {
    "@microsoft/recognizers-text-date-time": "^1.3.2",
    "@modelcontextprotocol/sdk": "^1.30.0",
    "@vscode/ripgrep": "^1.18.0",
    "baileys": "7.0.0-rc14",
    "chalk": "^5.3.0",
    "commander": "^12.0.0",
    "execa": "^8.0.1",
    "ink": "^5.2.1",
    "inquirer": "^9.3.0",
    "node-cron": "^4.6.0",
    "ora": "^8.0.0",
    "qrcode": "^1.5.4",
    "react": "^18.3.1",
    "typescript": "^5.3.0",
    "zod": "^4.4.3"
  },
  "optionalDependencies": {
    "@faiss-node/native": "^0.1.11",
    "@huggingface/transformers": "^4.2.0",
    "@napi-rs/keyring": "^1.3.0"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.10",
    "@types/node": "^20.11.0",
    "@types/qrcode": "^1.5.6",
    "@types/react": "^18.3.31",
    "@types/ws": "^8.18.1",
    "ink-testing-library": "^4.0.0",
    "tsx": "^4.7.0",
    "vitest": "^4.1.10"
  },
  "overrides": {
    "global-agent": "^4.1.3"
  }
}
