{
  "name": "contextdiet",
  "version": "0.2.0",
  "description": "Measure, trim, and prove AI coding-agent context quality.",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tehlikeli107/contextdiet.git"
  },
  "homepage": "https://github.com/Tehlikeli107/contextdiet#readme",
  "bugs": {
    "url": "https://github.com/Tehlikeli107/contextdiet/issues"
  },
  "bin": {
    "contextdiet": "bin/contextdiet.js"
  },
  "files": [
    "action.yml",
    "bin",
    "schema",
    "src",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "test": "node --test",
    "scan": "node ./bin/contextdiet.js scan --root .",
    "score": "node ./bin/contextdiet.js score --root .",
    "badge": "node ./bin/contextdiet.js badge --root ."
  },
  "keywords": [
    "agent-context",
    "agent-lint",
    "agents",
    "AGENTS.md",
    "ai-coding",
    "Claude",
    "claude-code",
    "Codex",
    "Cursor",
    "MCP",
    "model-context-protocol",
    "context-engineering",
    "linter"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "engines": {
    "node": ">=20"
  }
}
