{
  "name": "clodity",
  "version": "0.2.2",
  "description": "Free CLI for Claude Code, Codex, Cursor Agent, Grok Build, OpenCode, Copilot CLI & Antigravity — each with its own native TUI. Switch agents mid-task.",
  "type": "module",
  "bin": {
    "clodity": "src/cli.js",
    "clodity-agent": "src/cli.js",
    "cly": "src/cli.js"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "test": "node --test",
    "start": "node src/cli.js",
    "prepublishOnly": "node --test"
  },
  "files": [
    "src/",
    "scripts/",
    "README.md",
    "VOICE.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20.6"
  },
  "keywords": [
    "cli",
    "terminal",
    "tui",
    "pty",
    "passthrough",
    "coding-agent",
    "claude-code",
    "claude",
    "codex",
    "cursor",
    "cursor-agent",
    "grok",
    "opencode",
    "copilot",
    "antigravity",
    "agent-switcher",
    "free",
    "open-source",
    "mit"
  ],
  "author": "Kshitiz Yadav <kshitizyadav6@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kshitizyadav6/clodity-agent.git"
  },
  "bugs": {
    "url": "https://github.com/kshitizyadav6/clodity-agent/issues"
  },
  "homepage": "https://github.com/kshitizyadav6/clodity-agent#readme",
  "funding": {
    "type": "github",
    "url": "https://github.com/kshitizyadav6/clodity-agent"
  },
  "dependencies": {
    "node-pty": "^1.1.0",
    "strip-ansi": "^7.1.2"
  }
}
