{
  "name": "bravecode-cli",
  "version": "0.1.27",
  "description": "Agentic AI vibe coding CLI with free model support",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "bravecode": "./dist/cli.cjs"
  },
  "files": [
    "dist/**/*",
    "scripts/**/*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "node scripts/build.js",
    "dev": "tsx watch src/cli.ts",
    "lint": "eslint \"src/**/*.{ts,tsx}\"",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "postinstall": ""
  },
  "keywords": [
    "ai",
    "coding",
    "cli",
    "agent",
    "llm",
    "deepseek",
    "mistral",
    "codestral",
    "vibe-coding",
    "agentic",
    "code-generation"
  ],
  "author": "BraveCode",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/brave-code-tech/brave-ai"
  },
  "homepage": "https://bravecode.dev",
  "bugs": {
    "url": "https://github.com/brave-code-tech/brave-ai/issues"
  },
  "dependencies": {
    "@ai-sdk/anthropic": "^4.0.41",
    "@ai-sdk/google": "^4.0.50",
    "@ai-sdk/mistral": "^4.0.32",
    "@ai-sdk/openai": "^4.0.46",
    "@ai-sdk/openai-compatible": "^3.0.36",
    "@opentui/core": "0.5.9",
    "@opentui/react": "0.5.9",
    "ai": "^7.0.78",
    "bun-ffi-structs": "0.3.1",
    "chalk": "^5.4.1",
    "commander": "^13.1.0",
    "diff": "9.0.0",
    "ink": "^7.1.1",
    "ink-text-input": "^6.0.0",
    "inquirer": "^12.6.0",
    "marked": "^15.0.7",
    "marked-terminal": "^7.3.0",
    "minimatch": "^10.0.3",
    "ora": "^8.2.0",
    "react": "^19.2.8",
    "react-reconciler": "^0.33.0",
    "string-width": "^7.2.0",
    "strip-ansi": "^7.1.2",
    "ws": "^8.18.0",
    "zod": "^3.25.67"
  },
  "optionalDependencies": {
    "@opentui/core-darwin-x64": "0.5.9",
    "@opentui/core-darwin-arm64": "0.5.9",
    "@opentui/core-linux-x64": "0.5.9",
    "@opentui/core-linux-arm64": "0.5.9",
    "@opentui/core-win32-x64": "0.5.9",
    "@opentui/core-win32-arm64": "0.5.9",
    "@opentui/core-linux-x64-musl": "0.5.9",
    "@opentui/core-linux-arm64-musl": "0.5.9"
  },
  "devDependencies": {
    "@types/ink": "^2.0.3",
    "@types/node": "^24.0.10",
    "@types/react": "^19.2.18",
    "esbuild": "^0.25.5",
    "eslint": "^9.28.0",
    "tsx": "^4.19.4",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.33.1"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "os": [
    "linux",
    "darwin",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64",
    "arm"
  ]
}
