{
  "name": "clodity",
  "version": "0.2.1",
  "description": "Free open-source passthrough supervisor for coding-agent CLIs. Switch providers mid-task without leaving the terminal.",
  "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",
    "pty",
    "passthrough",
    "coding-agent",
    "supervisor",
    "claude",
    "codex",
    "cursor",
    "opencode",
    "copilot",
    "free",
    "open-source"
  ],
  "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"
  }
}
