{
  "name": "@exonix/tchat-cli",
  "version": "1.1.22",
  "description": "TChat CLI - AI friendly command line tool for TChat platform",
  "keywords": ["tchat", "cli", "teamwork", "ai"],
  "license": "MIT",
  "bin": {
    "tchat-cli": "bin/tchat-cli"
  },
  "files": ["bin/", "scripts/"],
  "scripts": {
    "postinstall": "node scripts/install.js"
  },
  "optionalDependencies": {
    "@exonix/tchat-cli-darwin-arm64": "1.1.22",
    "@exonix/tchat-cli-darwin-x64": "1.1.22",
    "@exonix/tchat-cli-linux-x64": "1.1.22",
    "@exonix/tchat-cli-linux-arm64": "1.1.22",
    "@exonix/tchat-cli-win32-x64": "1.1.22"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/your-org/tchat-cli.git"
  },
  "engines": {
    "node": ">=14"
  }
}
