{
  "name": "agent-takkub",
  "version": "1.0.7",
  "description": "Desktop cockpit for orchestrating a team of Claude Code agents (Windows + macOS)",
  "keywords": [
    "claude",
    "claude-code",
    "ai-agents",
    "agent-orchestration",
    "cockpit",
    "desktop",
    "cli",
    "developer-tools"
  ],
  "author": "takkub",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/takkub/agent-takkub.git"
  },
  "homepage": "https://github.com/takkub/agent-takkub#readme",
  "bugs": {
    "url": "https://github.com/takkub/agent-takkub/issues"
  },
  "bin": {
    "agent-takkub": "npm/bin/agent-takkub.js",
    "takkub": "npm/bin/takkub.js"
  },
  "scripts": {
    "postinstall": "node npm/scripts/postinstall.js"
  },
  "files": [
    "npm/",
    "dist/*.whl",
    "assets/icon.ico",
    "assets/icon.png",
    "assets/cockpit-main.png"
  ],
  "os": [
    "win32",
    "darwin"
  ],
  "engines": {
    "node": ">=18"
  },
  "license": "MIT"
}
