{
  "name": "@guuey/cli",
  "version": "0.26.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "CLI tool for the guuey platform",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "guuey": "./dist/cli.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@anthropic-ai/sdk": "^0.125.0",
    "@types/node": "^24.0.0",
    "@types/qrcode": "^1.5.6",
    "@types/ws": "^8.5.0",
    "tsup": "^8.5.0",
    "typescript": "^5.8.0",
    "vitest": "^4.1.11",
    "zod": "^4.3.6",
    "@guuey/state": "0.26.0"
  },
  "dependencies": {
    "@ggui-ai/artifact-manifest": "0.19.0",
    "@ggui-ai/protocol": "0.19.0",
    "@modelcontextprotocol/sdk": "^1.30.0",
    "@silverprotocol/claude-agent-sdk": "0.6.2",
    "@silverprotocol/core": "0.6.2",
    "@silverprotocol/google-adk": "0.6.2",
    "@silverprotocol/openai-agents": "0.6.2",
    "esbuild": "^0.25.12",
    "qrcode": "^1.5.4",
    "qrcode-terminal": "^0.12.0",
    "ws": "^8.18.0",
    "yaml": "^2.8.2",
    "@guuey/chat": "0.26.0",
    "@guuey/config": "0.26.0",
    "@guuey/host": "0.26.0",
    "@guuey/worker": "0.26.0",
    "@guuey/create-agentic-app": "0.26.0"
  },
  "homepage": "https://guuey.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/withguuey/guuey-sdks.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/withguuey/guuey-sdks/issues"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "eslint src --ext .ts",
    "typecheck": "tsc --noEmit",
    "test": "vitest run"
  }
}