{
  "name": "@wikieden/clihub",
  "version": "1.77.0",
  "description": "Install Claude Code, Codex, Gemini, Qwen Code, Kiro, Cursor & Goose — keep their skills in sync, with one-command rollback.",
  "type": "module",
  "bin": {
    "clihub": "dist/cli.js"
  },
  "main": "./dist/cli.js",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "bun run build:bundle && bun run build:daemon && bun run build:chmod",
    "build:bundle": "bun build --target node --bundle --outfile dist/cli.js src/cli.ts",
    "build:daemon": "bun build --target bun --bundle --outfile dist/daemon.js ../daemon/src/main.ts",
    "build:chmod": "node -e \"require('fs').chmodSync('dist/cli.js', 0o755)\"",
    "start": "bun src/cli.ts",
    "prepack": "node -e \"const f=require('fs');f.copyFileSync('../../README.md','./README.md');f.copyFileSync('../../LICENSE','./LICENSE')\"",
    "prepublishOnly": "bun run build"
  },
  "devDependencies": {
    "@clihub/core": "workspace:*",
    "cac": "^6.7.14",
    "@clack/prompts": "^0.8.2",
    "kleur": "^4.1.5"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "claude-code",
    "claude",
    "codex",
    "openai-codex",
    "antigravity",
    "kiro",
    "ai-cli",
    "agent",
    "skill",
    "mcp",
    "plugin-manager",
    "toolkit"
  ],
  "homepage": "https://github.com/wikieden/clihub#readme",
  "bugs": {
    "url": "https://github.com/wikieden/clihub/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wikieden/clihub.git"
  }
}
