{
  "name": "gzoo-cortex",
  "version": "0.5.8",
  "description": "Local-first knowledge graph that watches your project files, extracts entities and relationships via LLMs, and lets you query across projects in natural language.",
  "type": "module",
  "license": "MIT",
  "author": "GZOO Media LLC <hello@gzoo.ai> (https://gzoo.ai)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gzoonet/cortex.git"
  },
  "homepage": "https://github.com/gzoonet/cortex",
  "bugs": {
    "url": "https://github.com/gzoonet/cortex/issues"
  },
  "keywords": [
    "knowledge-graph",
    "developer-tools",
    "local-first",
    "llm",
    "cli",
    "file-watcher",
    "sqlite",
    "vector-search",
    "ollama",
    "anthropic",
    "gemini",
    "openai-compatible",
    "entity-extraction",
    "cross-project",
    "second-brain",
    "mcp",
    "web-dashboard"
  ],
  "workspaces": [
    "packages/*"
  ],
  "scripts": {
    "build": "tsc --build --force",
    "build:clean": "tsc --build --clean && tsc --build --force",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "dev": "npm run dev --workspace=packages/cli",
    "lint": "tsc --noEmit",
    "clean": "tsc --build --clean",
    "cortex": "node packages/cli/dist/index.js",
    "build:bundle": "npm run build && node scripts/bundle.cjs",
    "build:mcp": "node scripts/bundle-mcp.cjs"
  },
  "bin": {
    "cortex": "dist/cortex.mjs"
  },
  "engines": {
    "node": ">=20.0.0",
    "npm": ">=9.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.19.35",
    "esbuild": "^0.27.3",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.78.0",
    "@lancedb/lancedb": "^0.26.2",
    "@modelcontextprotocol/sdk": "^1.17.0",
    "better-sqlite3": "^12.6.2",
    "chalk": "^4.1.2",
    "chokidar": "^5.0.0",
    "cli-table3": "^0.6.5",
    "commander": "^14.0.3",
    "cors": "^2.8.5",
    "express": "^4.21.0",
    "inquirer": "^13.3.0",
    "openai": "^4.0.0",
    "ora": "^9.3.0",
    "remark-parse": "^11.0.0",
    "tree-sitter": "^0.21.1",
    "tree-sitter-typescript": "^0.23.2",
    "unified": "^11.0.5",
    "ws": "^8.18.0",
    "yaml": "^2.8.2",
    "zod": "^3.25.76"
  }
}
