{ "name": "lean-ctx-bin", "version": "3.9.8", "description": "LeanCTX \u2014 the Context OS for AI coding agents. One local binary that compresses, remembers, routes, and verifies every token between your code and the model. No Rust required.", "keywords": [ "lean-ctx", "context-os", "context-engineering", "mcp", "llm", "context", "claude", "cursor", "ai", "ai-agents", "code-graph", "token-optimization" ], "homepage": "https://leanctx.com", "repository": { "type": "git", "url": "https://github.com/yvgude/lean-ctx.git", "directory": "packages/lean-ctx-bin" }, "license": "Apache-2.0", "bin": { "lean-ctx": "./bin/lean-ctx.js" }, "scripts": { "postinstall": "node postinstall.js" }, "files": [ "bin/", "postinstall.js", "README.md" ], "engines": { "node": ">=16" } }