{
  "name": "@llmtrim/cli",
  "version": "0.13.4",
  "description": "Cut your LLM bill: drop-in proxy that compresses input, output, and cache. Any provider, answers unchanged.",
  "mcpName": "io.github.fkiene/llmtrim",
  "repository": "https://github.com/fkiene/llmtrim",
  "homepage": "https://github.com/fkiene/llmtrim#readme",
  "license": "MPL-2.0",
  "keywords": ["llm", "tokens", "compression", "proxy", "mcp", "openai", "anthropic", "claude"],
  "bin": { "llmtrim": "bin/llmtrim.js", "llmtrim-tray": "bin/llmtrim-tray.js" },
  "engines": { "node": ">=10" },
  "files": ["bin", "README.md"],
  "optionalDependencies": {
    "@llmtrim/linux-x64": "0.13.4",
    "@llmtrim/linux-arm64": "0.13.4",
    "@llmtrim/darwin-x64": "0.13.4",
    "@llmtrim/darwin-arm64": "0.13.4",
    "@llmtrim/win32-x64": "0.13.4",
    "@llmtrim/win32-arm64": "0.13.4"
  }
}
