ccql 0.2.1

Claude Code Query Language - SQL query engine for Claude Code data
Documentation
{
  "name": "ccql",
  "version": "0.2.1",
  "description": "SQL query engine for Claude Code and Codex CLI data",
  "author": "Doug Lance",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/douglance/ccql.git"
  },
  "homepage": "https://github.com/douglance/ccql",
  "keywords": [
    "claude",
    "sql",
    "cli",
    "query",
    "anthropic"
  ],
  "bin": {
    "ccql": "bin/ccql"
  },
  "scripts": {
    "postinstall": "node scripts/install.js"
  },
  "files": [
    "bin",
    "scripts"
  ],
  "engines": {
    "node": ">=14"
  }
}