{
  "name": "@qoder-ai/qoder-agent-sdk",
  "version": "1.0.25",
  "description": "TypeScript SDK for building Qoder-powered coding agents.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "!dist/_bundled",
    "scripts/postinstall.cjs",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "homepage": "https://docs.qoder.com/cli",
  "bugs": {
    "url": "https://forum.qoder.com"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./protocol": {
      "types": "./dist/protocol/index.d.ts",
      "default": "./dist/protocol/index.js"
    }
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.cjs"
  },
  "keywords": [
    "qoder",
    "agent",
    "sdk",
    "cli",
    "mcp",
    "ai"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1"
  },
  "peerDependencies": {
    "zod": "^3.25.0 || ^4.0.0"
  },
  "qoderCliVersion": "1.1.26",
  "qoderSdkBrand": "global",
  "license": "SEE LICENSE IN LICENSE"
}
