{
  "name": "@codeledger/cli",
  "version": "0.10.43",
  "mcpName": "io.github.codeledgerECF/codeledger",
  "description": "Official ContextECF CodeLedger CLI wrapper. Installs the hardened binary from GitHub Releases; zero engine code ships in this package.",
  "type": "commonjs",
  "bin": {
    "codeledger": "./bin/codeledger.js"
  },
  "files": [
    "bin/",
    "scripts/",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {},
  "devDependencies": {
    "vitest": "^1.6.0"
  },
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "github:codeledgerECF/codeledger"
  },
  "license": "SEE LICENSE IN LICENSE",
  "keywords": [
    "codeledger",
    "contextecf",
    "context",
    "ai",
    "claude",
    "cursor",
    "copilot"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "test": "vitest run",
    "build": "echo 'no build — ships as-is'",
    "typecheck": "echo 'no ts — ships as-is'"
  }
}