{
  "name": "zoe-agent",
  "version": "0.3.2",
  "type": "module",
  "main": "dist/adapters/cli/index.js",
  "exports": {
    ".": {
      "import": "./dist/adapters/sdk/index.js",
      "types": "./dist/adapters/sdk/index.d.ts"
    },
    "./server": {
      "import": "./dist/adapters/server/index.js",
      "types": "./dist/adapters/server/index.d.ts"
    }
  },
  "types": "./dist/adapters/sdk/index.d.ts",
  "bin": {
    "zoe": "dist/adapters/cli/index.js",
    "zoe-server": "dist/adapters/server/standalone.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/adapters/cli/index.js",
    "server": "node dist/adapters/server/standalone.js",
    "dev": "tsx src/adapters/cli/index.ts",
    "dev:server": "tsx src/adapters/server/standalone.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "prepublishOnly": "pnpm run build"
  },
  "files": [
    "dist/core",
    "dist/adapters",
    "dist/providers",
    "dist/tools",
    "dist/skills",
    "dist/gateway",
    "dist/models-catalog.js",
    "skills",
    "README.md",
    "CHANGELOG.md",
    "package.json",
    "LICENSE"
  ],
  "keywords": [
    "ai-agent",
    "headless-agent",
    "llm-agent",
    "ai-cli",
    "ai-automation",
    "agent-framework",
    "headless-automation",
    "terminal-ai",
    "openai-agent",
    "claude-agent",
    "anthropic-agent",
    "multi-provider-llm",
    "devops-automation",
    "docker-agent",
    "chatgpt-cli",
    "mcp-gateway",
    "mcp-client",
    "openapi-adapter",
    "rest-proxy"
  ],
  "author": "Hashan Wickramasinghe",
  "license": "BUSL-1.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hashangit/zoe.git"
  },
  "bugs": {
    "url": "https://github.com/hashangit/zoe/issues"
  },
  "homepage": "https://hashangit.github.io/zoe/",
  "description": "Zoe — your AI person. A skill-driven AI agent with CLI, SDK, and server adapters; multi-provider LLM support and Docker-native deployment. Coding is one of the things she does.",
  "dependencies": {
    "@anthropic-ai/sdk": "^0.52.0",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@mozilla/readability": "^0.6.0",
    "chalk": "^5.6.2",
    "commander": "^14.0.3",
    "diff": "^9.0.0",
    "dotenv": "^16.4.7",
    "figlet": "^1.11.0",
    "get-east-asian-width": "^1.6.0",
    "ink": "6.6.0",
    "ink-select-input": "^6.2.0",
    "ink-spinner": "^5.0.0",
    "inquirer": "^13.2.2",
    "js-yaml": "^4.2.0",
    "jsdom": "^28.0.0",
    "nodemailer": "^8.0.5",
    "openai": "^6.18.0",
    "ora": "^9.3.0",
    "playwright": "^1.58.2",
    "react": "^19.2.7",
    "terminal-link": "^5.0.0",
    "ws": "^8.18.0"
  },
  "optionalDependencies": {
    "ws": "^8.18.0"
  },
  "devDependencies": {
    "@types/figlet": "^1.7.0",
    "@types/inquirer": "^9.0.9",
    "@types/js-yaml": "^4.0.9",
    "@types/jsdom": "^27.0.0",
    "@types/node": "^25.2.1",
    "@types/nodemailer": "^7.0.9",
    "@types/react": "^19.2.17",
    "ink-testing-library": "^4.0.0",
    "ts-node": "^10.9.2",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "vitest": "^4.1.4"
  }
}