{
  "name": "token-cost-cutter",
  "version": "0.1.4",
  "description": "Snip noisy command output before it hits your AI",
  "bin": {
    "tcc": "./bin/tcc"
  },
  "scripts": {
    "postinstall": "node scripts/install.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kodelyx/tcc.git"
  },
  "keywords": [
    "cli",
    "llm",
    "ai",
    "filter",
    "productivity",
    "rust"
  ],
  "author": "Akash Yadav",
  "license": "Apache-2.0"
}
