{
  "name": "@c4a/context-cli",
  "version": "0.6.19",
  "type": "module",
  "description": "Local runtime and Agent integration for traceable knowledge production",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/context4ai/context.git",
    "directory": "packages/context-cli"
  },
  "keywords": [
    "cli",
    "knowledge",
    "context",
    "claude-code",
    "claude-plugin"
  ],
  "engines": {
    "node": ">=20"
  },
  "bin": {
    "context": "cli.js"
  },
  "dependencies": {
    "@c4a/agent-graph": "0.2.6",
    "@c4a/context": "0.6.19",
    "commander": "^11.0.0",
    "fast-xml-parser": "^5.10.1",
    "handlebars": "^4.7.8",
    "ink": "^5.0.0",
    "jiti": "^2.7.0",
    "mdast-util-to-string": "^4.0.0",
    "react": "^18.3.1",
    "remark-gfm": "^4.0.1",
    "remark-mdx": "^3.1.1",
    "remark-parse": "^11.0.0",
    "remark-stringify": "^11.0.0",
    "sharp": "^0.35.3",
    "typescript": "^5.5.4",
    "unified": "^11.0.5",
    "web-tree-sitter": "^0.20.8",
    "yaml": "^2.5.1"
  },
  "main": "./cli.js",
  "scripts": {
    "postinstall": "node scripts/postinstall.mjs"
  }
}
