{
  "name": "tokenoptimiser",
  "version": "0.1.1",
  "description": "Cut your AI coding-agent token usage 60-90%. One command, no code changes.",
  "keywords": ["claude-code", "cursor", "tokens", "llm", "cost", "proxy", "compression"],
  "homepage": "https://tokenoptimiser.io",
  "license": "SEE LICENSE IN LICENSE",
  "bin": {
    "tokenoptimiser": "bin/tokenoptimiser.js"
  },
  "scripts": {
    "check": "node --check bin/tokenoptimiser.js && node --check lib/agents.js && node --check lib/connect.js && node --check lib/engine-process.js && node --check lib/license.js && node --check lib/paths.js && node --check lib/platform.js && node --check lib/report-data.js && node --check lib/report-html.js && node --check lib/secret-input.js && node --check scripts/postinstall.js",
    "postinstall": "node scripts/postinstall.js",
    "test": "node --test test/cli.test.js test/report.test.js test/shim-output.test.js"
  },
  "files": [
    "bin/",
    "lib/",
    "scripts/engine-shim.py",
    "scripts/envscrub.py",
    "scripts/postinstall.js"
  ],
  "engines": {
    "node": ">=18"
  }
}
