{
  "name": "@iamharshil/cortex",
  "version": "6.0.2",
  "description": "The ultimate local AI coding agent - context-aware, memory-powered, MCP-enabled",
  "keywords": [
    "cli",
    "ai",
    "coding-agent",
    "llm",
    "local-ai",
    "developer-tools",
    "mcp",
    "autonomous-agent"
  ],
  "author": "Harshil <hello@iamharshil.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iamharshil/cortex.git"
  },
  "bugs": {
    "url": "https://github.com/iamharshil/cortex/issues"
  },
  "homepage": "https://github.com/iamharshil/cortex#readme",
  "type": "module",
  "main": "./bin/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "cortex": "./bin/index.js"
  },
  "files": [
    "dist",
    "bin",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "node scripts/build.js",
    "build:tui": "node scripts/build-tui.js",
    "prepublishOnly": "npm run build && npm run build:tui",
    "dev": "tsx src/index.ts",
    "dev:tui": "tsx src/tui/index.tsx",
    "start": "node bin/index.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint src --ext .ts",
    "format": "prettier --write \"src/**/*.ts\"",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "cli-truncate": "^4.0.0",
    "commander": "^12.1.0",
    "conf": "^12.0.0",
    "execa": "^9.5.2",
    "fast-glob": "^3.3.0",
    "inquirer": "^10.0.0",
    "ink": "^6.0.0",
    "ora": "^8.0.0",
    "react": "^19.0.0"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.7",
    "@types/node": "^20.17.0",
    "@types/react": "^19.0.0",
    "@typescript-eslint/eslint-plugin": "^8.18.0",
    "@typescript-eslint/parser": "^8.18.0",
    "esbuild": "^0.24.0",
    "eslint": "^9.16.0",
    "prettier": "^3.4.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0",
    "vitest": "^2.1.0"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ]
}
