{
  "name": "@awi-24/hivemind-cli",
  "version": "0.2.1",
  "description": "Hivemind CLI — multi-agent terminal harness (TUI, headless, supervisor).",
  "keywords": [
    "hivemind",
    "cli",
    "ai",
    "agents",
    "ollama",
    "openai-compatible",
    "terminal",
    "ink",
    "tui",
    "mcp",
    "local-first"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Awi-24/hivemind-cli.git",
    "directory": "packages/cli"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "bin": {
    "hivemind": "./dist/index.js"
  },
  "files": [
    "dist",
    "bundled"
  ],
  "scripts": {
    "build": "tsc -b",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@awi-24/core": "0.2.1",
    "@awi-24/tui": "0.2.1",
    "commander": "^12.1.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.1",
    "typescript": "^5.7.2"
  }
}
