{
  "name": "@animus-labs/cortex-code",
  "version": "0.5.0",
  "license": "MIT",
  "author": "Animus Labs",
  "description": "Terminal-based coding agent built on the Cortex agent framework",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/Craigtut/cortex-mono.git",
    "directory": "packages/cortex-code"
  },
  "bugs": {
    "url": "https://github.com/Craigtut/cortex-mono/issues"
  },
  "homepage": "https://github.com/Craigtut/cortex-mono/tree/main/packages/cortex-code",
  "keywords": [
    "ai",
    "agent",
    "coding-agent",
    "cli",
    "terminal",
    "llm",
    "cortex"
  ],
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "./dist/index.js",
  "bin": {
    "cortex": "./dist/index.js",
    "cortex-code": "./dist/index.js"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "test": "vitest",
    "test:run": "vitest run",
    "prepack": "npm run build",
    "prepublishOnly": "npm run test:run"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=24.0.0"
  },
  "dependencies": {
    "@animus-labs/cortex": "^0.5.0",
    "@earendil-works/pi-ai": "^0.80.3",
    "@earendil-works/pi-tui": "^0.80.3",
    "chalk": "^5.4.0",
    "cli-highlight": "^2.1.11",
    "proper-lockfile": "^4.1.2"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@types/proper-lockfile": "^4.1.4",
    "tsup": "^8.5.1",
    "typescript": "^5.6.0",
    "vitest": "^2.1.0"
  }
}
