{
  "name": "openclaw-cursor-brain",
  "version": "1.5.4",
  "description": "Use Cursor as the AI brain for OpenClaw — connects all plugin tools via MCP with zero manual config.",
  "type": "module",
  "license": "MIT",
  "author": "andeya <andeyalee@outlook.com>",
  "homepage": "https://github.com/andeya/openclaw-cursor-brain#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/andeya/openclaw-cursor-brain.git"
  },
  "bugs": {
    "url": "https://github.com/andeya/openclaw-cursor-brain/issues"
  },
  "keywords": [
    "openclaw",
    "cursor",
    "mcp",
    "model-context-protocol",
    "ai-agent",
    "llm-backend",
    "ai-brain",
    "plugin"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "uninstall": "node scripts/uninstall.mjs",
    "lint": "tsc --noEmit",
    "typecheck": "tsc --noEmit"
  },
  "files": [
    "index.ts",
    "src/",
    "scripts/",
    "mcp-server/",
    "skills/",
    "openclaw.plugin.json",
    "README.md",
    "README_ZH.md",
    "LICENSE"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "zod": "^3.24.0"
  },
  "openclaw": {
    "extensions": [
      "./index.ts"
    ],
    "install": {
      "npmSpec": "openclaw-cursor-brain",
      "localPath": "extensions/openclaw-cursor-brain",
      "defaultChoice": "local"
    }
  },
  "devDependencies": {
    "@types/node": "^25.4.0",
    "typescript": "^5.7.0"
  }
}