{
  "name": "mateooo93-cortex",
  "version": "0.25.53",
  "description": "Fast AI coding agent with a polished terminal UI (npm wrapper — downloads the native binary for your OS)",
  "license": "AGPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Mateooo93/cortex-cli.git"
  },
  "homepage": "https://github.com/Mateooo93/cortex-cli#readme",
  "bugs": {
    "url": "https://github.com/Mateooo93/cortex-cli/issues"
  },
  "keywords": [
    "cortex",
    "ai",
    "coding-agent",
    "cli",
    "tui",
    "terminal"
  ],
  "engines": {
    "node": ">=18"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "bin": {
    "cortex": "shims/cortex.js"
  },
  "files": [
    "shims",
    "lib",
    "README.md",
    ".npmrc"
  ],
  "scripts": {
    "postinstall": "node lib/install.js"
  }
}
