{
  "name": "@michaelnkomo/cli",
  "version": "2.1.1",
  "type": "module",
  "bin": {
    "brocode": "dist/index.js"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsc --build",
    "clean": "rimraf dist",
    "test": "vitest run",
    "dev": "tsx src/cli.ts",
    "start": "node dist/index.js",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@michaelnkomo/core": "^2.1.1",
    "chalk": "^5.3.0",
    "ink": "^4.4.1",
    "ink-select-input": "^5.0.0",
    "ink-text-input": "^5.0.1",
    "react": "^18.2.0",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@types/node": "^20.10.6",
    "@types/react": "^18.2.47",
    "@types/yargs": "^17.0.32",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3",
    "vitest": "^1.1.0"
  },
  "description": "BroCode CLI - AI coding assistant with @ file tagging and multi-language support",
  "keywords": [
    "cli",
    "ai",
    "agent",
    "terminal",
    "brocode",
    "file-tagging",
    "autocomplete",
    "multi-language",
    "cursor-like",
    "context-aware",
    "php",
    "java",
    "flutter",
    "react",
    "laravel",
    "spring-boot"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Kedarcv/brocode-ai.git"
  },
  "author": "Michael Mlungisi Nkomo",
  "bugs": {
    "url": "https://github.com/Kedarcv/brocode-ai/issues"
  },
  "homepage": "https://github.com/Kedarcv/brocode-ai#readme"
}
