{
  "name": "steal-context",
  "version": "0.1.2",
  "description": "Type /steal in one AI coding chat to pull the latest conversation context from the OTHER tool (e.g. Cursor <-> Kilo Code). A thin, model-aware UX layer on top of `continues`.",
  "type": "module",
  "bin": {
    "steal-context": "bin/cli.mjs",
    "steal": "bin/cli.mjs"
  },
  "files": [
    "bin",
    "scripts",
    "src",
    "templates",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "doctor": "node bin/cli.mjs doctor",
    "postinstall": "node scripts/postinstall.mjs"
  },
  "engines": {
    "node": ">=22.5.0"
  },
  "dependencies": {
    "continues": "^4.1.1"
  },
  "keywords": [
    "ai",
    "coding-agent",
    "cursor",
    "kilo-code",
    "glm",
    "glm-4-6",
    "glm-5",
    "glm-5-2",
    "claude",
    "claude-opus",
    "opus-4",
    "fireworks",
    "fireworks-ai",
    "context",
    "context-window",
    "handoff",
    "llm",
    "slash-command",
    "continues",
    "mcp",
    "developer-tools"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alonsorobots/steal-context.git"
  }
}
