{
  "name": "@repolensai/cli",
  "version": "0.1.15",
  "description": "RepoLens terminal client for local agent orchestration and board publishing",
  "type": "module",
  "preferGlobal": true,
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "repolens": "bin/repolens.mjs"
  },
  "files": [
    "bin",
    "lib",
    "README.md"
  ],
  "keywords": [
    "repolens",
    "cli",
    "codex",
    "claude",
    "git"
  ],
  "homepage": "https://github.com/Michal-Pi/repolense/tree/main/packages/cli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Michal-Pi/repolense.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/Michal-Pi/repolense/issues"
  },
  "license": "UNLICENSED",
  "engines": {
    "node": ">=20"
  }
}
